IDimensionTree.ShowFindDialog

Syntax

ShowFindDialog;

Description

The ShowFindDialog method opens the dialog box for searching DimensionTree component elements.

Example

Executing the example requires a form with the Button1 button, the DimensionTree component named DimensionTree1 and the UiDimension component, which is a data source for DimensionTree1.

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

Begin

DimensionTree1.ShowFindDialog;

End Sub Button1OnClick;

After executing the example, on clicking the button the element search dialog box is initialized for the DimensionTree1 component.

See also:

IDimensionTree