Vcl.ComCtrls.TTreeNodes.GetFirstNode
Delphi
function GetFirstNode: TTreeNode;
C++
TTreeNode* __fastcall GetFirstNode();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TTreeNodes |
Description
Returns the first tree node in the tree view.
Use the GetFirstNode method to retrieve the first node in the tree view. GetFirstNode returns the value of Item[0].
See Also
Code Examples