TdxOcNode.GetFirstChild Method
Returns the tree node’s first child.
Declaration
function GetFirstChild: TdxOcNode;
Returns
Type |
---|
TdxOcNode |
Remarks
This function returns nil if the node has no children; otherwise — the same value as the Items property with 0 passed as its index.
See Also