iOSTableRowAction.Tag
From Xojo Documentation
Revision as of 14:54, 23 August 2018 by PLefebvre (talk | contribs) (Created page with "{{PropertyBox | name=Tag | owner=iOSTableRowAction | ownertype=class | scope=public | type=Auto | project=Mobile | target=iOS }} {{Description | text = A value to asso...")
Property (As Auto )
aiOSTableRowAction.Tag = newAutoValue
or
AutoValue = aiOSTableRowAction.Tag
Supported on Mobile (iOS).
or
AutoValue = aiOSTableRowAction.Tag
Supported on Mobile (iOS).
A value to associate with the action. This value will be passed into the iOSTable.RowAction event and allows you to determine which action was selected. As an Auto, there are no limitations on the value you supply.