iOSTableRowAction.Tag
From Xojo Documentation
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.