TdxTreeViewNode.GetNext Method
Provides access to the next node.
Declaration
function GetNext: TdxTreeViewNode;
Returns
| Type | Description |
|---|---|
| TdxTreeViewNode | The next node. |
Remarks
A GetNext function call returns nil (in Delphi) or nullptr (in C++Builder) if the node is the last node in the Tree View.
See Also