ISearchEdit.Search

Syntax

Search(Text: String);

Parameters

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

Description

The Search method starts BI search.

Comments

After executing the method the specified text is searched by BI search. 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