iOSMobileTableRowAction.Tag

From Xojo Documentation

Property (As Variant )
aiOSMobileTableRowAction.Tag = newVariantValue
or
VariantValue = aiOSMobileTableRowAction.Tag

Supported on Mobile.

A value to associate with the action. This value will be passed into the iOSMobileTable.RowActionSelected event and allows you to determine which action was selected. As a Variant, there are no limitations on the value you supply.