iOSTable.ReloadData

From Xojo Documentation

Method

iOSTable.ReloadData()

Supported on Mobile(iOS).

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.