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

TCustomTabControl.Create

Create - constructor for TCustomTabControl: calls inherited Create creates a page list, then sets initial bounds and default values for local variables and properties.

Declaration

Source position: comctrls.pp line 471

public constructor TCustomTabControl.Create(

  TheOwner: TComponent

); override;

Arguments

TheOwner

  

Owner of the class instance.

See also

TWinControl.Create

  

Constructor for the class instance.