RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNodes.Create Constructor

Creates an instance of a TTreeNodes object

Pascal
constructor Create(AOwner: TCustomTreeView);
C++
__fastcall TTreeNodes(TCustomTreeView AOwner);

Call Create to instantiate a TTreeNodes object at runtime. The TTreeNodes object used by TTreeView is created automatically from the constructor of the tree view object.  

After calling the inherited constructor, Create sets the Owner property of the tree nodes object to the value of the AOwner parameter. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!