TreeList.EnableHighlight

Syntax

EnableHighlight: Boolean

Description

The EnableHighlight property determines if tree elements highlighting is available.

Comments

If the property is set to True, tree elements can be highlighted. By default the property is set to False.

Example

The example of property use is given in description of the TreeList.Finding event.

See also:

TreeList