TdxTreeViewNode.GetPrev Method
Provides access to the previous node.
Declaration
function GetPrev: TdxTreeViewNode;
Returns
Type | Description |
---|---|
TdxTreeViewNode | 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