Skip to main content

TcxTreeListNode.getFirstChild Method

Returns the node’s first child.

Declaration

function getFirstChild: TcxTreeListNode;

Returns

Type
TcxTreeListNode

Remarks

This function returns the first child from the node’s Items collection. The function ignores node filtering by the Visible property. If the node is not a parent, the function returns nil.

To obtain the first visible child, use the GetFirstChildVisible function instead.

See Also