iOSTable.Action

From Xojo Documentation

Event


iOSTable.Action(section As Integer, row As Integer)

Supported on Mobile (iOS).

Called when a row has been selected.

Parameters

Parameter Description
section The section containing the row.
row The row that was selected.

Sample Code

Get the selected row:

Var selectedCell As iOSTableCellData = Me.RowData(section, row)