Back to Devexpress

TdxOcNode.getPrevSibling Method

vcl-dxorgchr-dot-tdxocnode-2c0d689f.md

latest769 B
Original Source

TdxOcNode.getPrevSibling Method

Specifies the previous node at the same nesting level.

Declaration

delphi
function getPrevSibling: TdxOcNode;

Returns

Type
TdxOcNode

Remarks

This function returns the previous node, regardless of its visibility. The GetPrevSibling function returns nil if the current node is the first in the list.

See Also

TdxOcNode.getNextSibling

TdxOcNode.GetPrev

TdxOcNode.GetPrevVisible

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit