iOSMobileTable.AllowRefresh

From Xojo Documentation

Property (As Boolean )
aiOSMobileTable.AllowRefresh = newBooleanValue
or
BooleanValue = aiOSMobileTable.AllowRefresh

Supported on Mobile.

Enables iOS pull-to-refresh feature when True. When the user initiates the pull-to-refresh action, the Refreshed event is called. When done refreshing data, call the EndRefresh method.

See Also

Refreshed event and EndRefresh method.