iOSMobileTableDataSourceReordering.AllowRowMove
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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. |