WebListBox.SearchCriteria

From Xojo Documentation

Property (As String )
aWebListBox.SearchCriteria = newStringValue
or
StringValue = aWebListBox.SearchCriteria

New in 2020r1

Supported for all project types and targets.

Used to filter rows based upon the value assigned.

Notes

If this property is assigned value, the WebListBox will perform a full-text search on all rows and columns. The contents of the WebListBox will be reduced to only those rows with a column value that matches the search criteria assigned to this property.

Because the data in a WebListBox is stored in a SQLite Database behind the scenes, the full-text search is done by SQLite and thus you can use the full-text search filtering capabilities of SQLite.