TdxTreeViewNodes.GetFirstNode Method
Provides access to the first node in the container.
Declaration
function GetFirstNode: TdxTreeViewNode;
Returns
Type | Description |
---|---|
TdxTreeViewNode | 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