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