ITreeListNode.IsChild

Syntax

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

Parameters

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

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

Description

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

See also:

ITreeListNode