Back to Devexpress

TdxOcNode.GetNextChild(TdxOcNode) Method

vcl-dxorgchr-dot-tdxocnode-dot-getnextchild-x28-dxorgchr-dot-tdxocnode-x29.md

latest818 B
Original Source

TdxOcNode.GetNextChild(TdxOcNode) Method

Returns the child node following the specified one.

Declaration

delphi
function GetNextChild(Value: TdxOcNode): TdxOcNode;

Parameters

NameType
ValueTdxOcNode

Returns

Type
TdxOcNode

Remarks

The function returns nil when the child node passed as the Value parameter is the last in the list.

See Also

TdxOcNode.GetFirstChild

TdxOcNode.GetLastChild

TdxOcNode.GetPrevChild

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit