ComboRow.enableSearch

bool enableSearch() @property

Get enableSearch property.

Returns

Whether to show a search entry in the popup.

If set to TRUE, a search entry will be shown in the popup that allows to search for items in the list.

Search requires property@ComboRow:expression to be set.

void enableSearch(bool propval) @property

Set enableSearch property.

Parameters

propvalWhether to show a search entry in the popup. If set to TRUE, a search entry will be shown in the popup that allows to search for items in the list. Search requires property@ComboRow:expression to be set.