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