TdxTreeCustomNode.Last Property
In This Article
Provides access to the node’s last child.
#Declaration
Delphi
property Last: TdxTreeCustomNode read;
#Property Value
Type | Description |
---|---|
Tdx |
The node’s last child. |
#Remarks
This property returns nil (in Delphi) or nullptr (in C++Builder) if the node has no children.
See Also