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

TCustomTreeView.Create

Create - constructor for TCustomTreeView: calls inherited Create then sets defaults for style, size, etc.

Declaration

Source position: comctrls.pp line 3650

public constructor TCustomTreeView.Create(

  AnOwner: TComponent

); override;

Description

Create - constructor for TCustomTreeView: calls inherited Create then sets defaults for style, size, etc.

Among the variables initialized and defaults set are:

size, color, the symbols for expansion etc, the border style and width, scroll bars, options, indentation, timers, action links

See also

TCustomControl.Create

  

Constructor for the class instance.

TComponent.Create