SearchSettings.searchText

string searchText() @property

Get searchText property.

Returns

A search string, or null if the search is disabled.

If the regular expression search is enabled, property@SearchSettings:search-text is the pattern.

void searchText(string propval) @property

Set searchText property.

Parameters

propvalA search string, or null if the search is disabled. If the regular expression search is enabled, property@SearchSettings:search-text is the pattern.