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 string, press CTRL+F. The search string appears at the tree bottom:

Example

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

See also:

TreeList