Vcl.ComCtrls.TTreeNodes.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TCustomTreeView);

C++

__fastcall TTreeNodes(TCustomTreeView* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNodes

Description

Creates an instance of a TTreeNodes object

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.

See Also