iOSMobileTableDataSourceReordering.AllowRowMove
From Xojo Documentation
Method
iOSMobileTableDataSourceReordering.AllowRowMove(table As iOSMobileTable, section As Integer, row As Integer) As Boolean
Supported on Mobile.
Supported on Mobile.
Asks the data source if the specified row can be moved. Most data sources will unconditionally return True.
Parameters
Parameter | Description |
---|---|
table | This is the table that uses this data source. |
section | The section containing the row to move. |
row | The row to move. |