iOSMobileTable.ReloadDataSource

From Xojo Documentation

Method

iOSMobileTable.ReloadDataSource()

Supported on Mobile.

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.