SearchEdit.OnSearch

Syntax

OnSearch(Sender: Object; Args: IEventArgs);

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnSearch event occurs after beginning of search when the specified search time ends.

Comments

Available search time is set in the ISearchEdit.Timeout property.

See also:

SearchEdit