ITreeListNode.IsChild

Syntax

IsChild(Node: ITreeListNode; [Immediate: Boolean = False]): Boolean;

Parameters

Node is an input parameter that determines the tree node, belonging to the child elements of which should be checked.

Immediate is a parameter that determines what elements should be considered the child ones. If parameter is set to True, only elements of the next level are considered the child ones. When parameter is set to False, the elements of all levels that are lower than the current one, are considered the child elements.

Description

The IsChild method allows to determine whether the current element is the child element relative to the element that is passed as the Node parameter.

See also:

ITreeListNode