TdxTreeCustomNode.Next Property
Provides access to the node’s next sibling.
Declaration
property Next: TdxTreeCustomNode read;
Property Value
Type | Description |
---|---|
TdxTreeCustomNode | 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