ITreeListNode.IsParent

Syntax

IsParent(Node: ITreeListNode): Boolean;

Parameters

Node - tree node that must be checked if it is a parent one relative to this node.

Description

The IsParent method enables the user to determine whether the current element is the parent element relative to the element passed as the Node parameter.

See also:

ITreeListNode