Back to Devexpress

TdxOcNode.GetFirstChild Method

vcl-dxorgchr-dot-tdxocnode-fde090b9.md

latest770 B
Original Source

TdxOcNode.GetFirstChild Method

Returns the tree node’s first child.

Declaration

delphi
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

TdxOcNode.GetLastChild

TdxOcNode.GetNextChild

TdxOcNode.GetPrevChild

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit