iOSTableDataSourceReordering.RowIsMoveable
From Xojo Documentation
Method
iOSTableDataSourceReordering.RowIsMoveable(table As iOSTable, section As Integer, row As Integer) As Boolean
Supported on Mobile(iOS).
Supported on Mobile(iOS).
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. |