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

TWinControl.Create

Create - constructor for TWinControl: performs inherited Create and initialises some local variables

Declaration

Source position: controls.pp line 1855

public constructor TWinControl.Create(

  TheOwner: TComponent

); override;

Description

Create - Constructor for TWinControl: performs inherited Create and initialises some local variables

Overrides ancestor constructor, and may in turn be overridden

Among additional variables initialised are: CompStyle, ChildSizing, Brush, TabOrder and TabStop

See also

TComponent.Create

TControl.Create

  

Create - constructor for TControl and derived classes: calls inherited Create and sets a number of defaults

The latest version of this document can be found at lazarus-ccr.sourceforge.net.