TreeList.EnableSearch

Syntax

EnableSearch: Boolean

Description

The EnableSearch property determines whether tree elements can be searched.

Comments

If the property is set to True, tree elements search is available, otherwise it is impossible.

To open the search line, press CTRL+F. The search line appears at the tree bottom:

Example

The example of property use is given in the page Example of Creating the TreeList Component.

See also:

TreeList