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