DimTreeView.AllowHasDataHighlight

Syntax

AllowHasDataHighlight: Boolean

Description

The AllowHasDataHighlight property determines whether to highlight tree elements containing data.

Comments

If this property is set to True, elements are highlighted, if this property is set to False, they are not. By default this property is set to False.

This property is relevant if the property is set to True.

Highlight color can be set by means of the TreeList.HighlightColor property. By default elements are highlighted not with the color, but using a darker font color:

Example

The example of use is given in description of the DimSource.setDataEls method.

See also:

DimTreeView