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