Skip to main content

TcxTreeListNode.GetNextChild(TcxTreeListNode) Method

Returns the next child node after the node specified.

Declaration

function GetNextChild(ANode: TcxTreeListNode): TcxTreeListNode;

Parameters

Name Type
ANode TcxTreeListNode

Returns

Type
TcxTreeListNode

Remarks

Call this function to obtain the next child node after the node specified via the ANode parameter. If the node specified via the ANode parameter has no children, the function returns nil.

See Also