ITreeList.ShowFindDialog

Syntax

ShowFindDialog;

Description

The ShowFindDialog method initializes the dialog of the elements search of the TreeList component.

Example

Executing the example requires a form, a button named Button1 on it and the TreeList component named TreeList1.

Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);

Begin

TreeList1.ShowFindDialog;

End Sub Button1OnClick;

After executing the example pressing the button initializes the dialog of the elements search for the TreeList1 component.

See also:

ITreeList