ITreeListNodeBase.HasChildren

Syntax

HasChildren: Boolean;

Description

The HasChildren property determines whether this element has child elements.

Comments

The property returns True if the element has child elements, and False if it does not have child elements. If the element does not have child elements and this property is set to True, the sign of hierarchy expanding (+) is displayed near the element but it is impossible to expand hierarchy.

See also:

ITreeListNodeBase