TdxTreeCustomNode.Prev Property
In This Article
Provides access to the node’s previous sibling.
#Declaration
Delphi
property Prev: TdxTreeCustomNode read;
#Property Value
Type | Description |
---|---|
Tdx |
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