iOSTableRowAction.Tag
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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.