iOSTable.ReloadData
From Xojo Documentation
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 iOSTable.ReloadDataInSection or iOSTable.ReloadRow instead.