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

TCustomEditButton.Create

Create - constructor for TCustomEditButton: calls inherited Create then sets some defaults and initializes some variables.

Declaration

Source position: editbtn.pas line 118

public constructor TCustomEditButton.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the class instance.

Description

Create - constructor for TCustomEditButton: calls inherited Create then sets some defaults and initializes some variables.

Initializes height and width, cursor, glyph, style, checks visibility, event handler for click.

See also

TComponent.Create

TCustomEdit.Create

  

Constructor for the class instance.

TWinControl.Create

  

Constructor for the class instance.