iOSMobileTable.AllowSearch
From Xojo Documentation
Property (As Boolean )
aiOSMobileTable.AllowSearch = newBooleanValue
or
BooleanValue = aiOSMobileTable.AllowSearch
New in 2020r2
Supported for all project types and targets.
or
BooleanValue = aiOSMobileTable.AllowSearch
New in 2020r2
Supported for all project types and targets.
Adds a search field to the table. Pull down on the table at runtime to display the search field.
See Also
SearchChanged event.