TdxTreeViewNode.GetPrev Method
In This Article
Provides access to the previous node.
#Declaration
Delphi
function GetPrev: TdxTreeViewNode;
#Returns
Type | Description |
---|---|
Tdx |
The previous node. |
#Remarks
A GetPrev function call returns nil (in Delphi) or nullptr (in C++Builder) if the node is at the first position in the Tree View.
See Also