iOSMobileTable.ReloadDataSource
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
Reloads all the table data from the DataSource.
Notes
It is faster to only reload the specific data that need to be refreshed, so consider using iOSMobileTable.ReloadDataInSection or iOSMobileTable.ReloadRow instead.
See Also
iOSMobileTable.ReloadDataInSection and iOSMobileTable.ReloadRow methods.