TdxOcNode.GetLastChild Method
Returns the tree node’s last child.
Declaration
function GetLastChild: TdxOcNode;
Returns
Type |
---|
TdxOcNode |
Remarks
This function returns nil if the node has no children, otherwise — the same value as the Items property with the Count property value minus one passed as the index.
See Also