Skip to main content

TcxTreeListNode.GetLastChild Method

Returns the node’s last child.

Declaration

function GetLastChild: 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 last visible child, use the GetLastChildVisible function instead.

See Also