TdxTreeCustomNode.Next Property
In This Article
Provides access to the node’s next sibling.
#Declaration
Delphi
property Next: TdxTreeCustomNode read;
#Property Value
Type | Description |
---|---|
Tdx |
The next sibling node. |
#Remarks
This property returns nil (in Delphi) or nullptr (in C++Builder) if the node is the last node in the parent’s Items collection.
See Also