TdxTreeViewNodes.GetFirstNode Method
In This Article
Provides access to the first node in the container.
#Declaration
Delphi
function GetFirstNode: TdxTreeViewNode;
#Returns
Type | Description |
---|---|
Tdx |
The first node in the container. |
#Remarks
This function returns nil (in Delphi) or nullptr (in C++Builder) if the container is empty.
See Also