ISearchEdit.Search

Syntax

Search(Text: String);

Parameters

Text. The text that is searched in indexed data during search.

Description

The Search method starts search.

Comments

After executing the method the specified text is searched. If the search is too long, exceeding the value specified in the Timeout property the OnSearch event is generated for the component.

See also:

ISearchEdit