TIWCGJQMListViewOptions.Filter Property
To make a list filterable, simply set the property to True The framework will then append a search box above the list and add the behavior to filter out list items that don't contain the current search string as the user types. The input's placeholder text defaults to "Filter items...". To configure the placeholder text in the search input, use the FilterPlaceholder property. By default the search box will inherit its theme from its parent. The search box theme can be configured using the FilterTheme property.
published property Filter: boolean index 02 read GetBooleanValue write SetBooleanValue stored IsBooleanStored;
Property Value
Type: boolean