Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomTreeView.Create

Constructor for the class instance.

Declaration

Source position: comctrls.pp line 3755

public constructor TCustomTreeView.Create(

  AnOwner: TComponent

); override;

Arguments

AnOwner

  

Owner of the class instance.

Description

Create is the constructor for TCustomTreeView. It calls the inherited Create method, and sets the default values for members and properties in the class instance. These include:

Create allocates resources needed for properties including:

It also allocated resources for internal members including:

Create assigns and configures event handler routines used internally in the class instance.

See also

TCustomControl.Create

  

Constructor for the class instance.

TComponent.Create



CT Web help

CodeTyphon Studio