[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomTreeView.Create

Constructor for the class instance.

Declaration

Source position: comctrls.pp line 3685

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


Version 3.2 Generated 2024-02-25 Home