ShowFindDialog;
The ShowFindDialog method initializes the dialog box of elements search of the TreeList component.
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 clicking the button initializes the dialog box of the elements search for the TreeList1 component.
See also: