TdxOcNode.getPrevSibling Method
Specifies the previous node at the same nesting level.
Declaration
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