RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.Create Constructor

Creates an instance of a TTreeView control.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomTreeView(TComponent * AOwner);

Call Create to instantiate a tree view at runtime. Tree view controls placed on forms at design time are created automatically. After calling the inherited constructor, Create initializes many properties the control, including setting BorderStyle to bsSingle and setting ShowButtons, ShowRoot, and ShowLines, and HideSelection to true. 

 

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