iOSMobileTable.AllowSearch
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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.