Back to Devexpress

TdxOcNode.GetLastChild Method

vcl-dxorgchr-dot-tdxocnode-37efc1da.md

latest831 B
Original Source

TdxOcNode.GetLastChild Method

Returns the tree node’s last child.

Declaration

delphi
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

TdxOcNode.GetFirstChild

TdxOcNode.GetNextChild

TdxOcNode.GetPrevChild

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit