TcxTreeListNode.GetPrevSiblingVisible Method
In This Article
Returns the previous node available in the View at the current nesting level.
#Declaration
Delphi
function GetPrevSiblingVisible: TcxTreeListNode;
#Returns
Type |
---|
Tcx |
#Remarks
This function returns the previous sibling whose Visible property is True. If the function is called on the first node at the current level, nil is returned.
To obtain the previous node, independent of the visibility status, use the getPrevSibling function instead.
See Also