TdxTreeViewNode.GetNext Method
In This Article
Provides access to the next node.
#Declaration
Delphi
function GetNext: TdxTreeViewNode;
#Returns
Type | Description |
---|---|
Tdx |
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