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

TCalcEdit.Create

Constructor for the class instance.

Declaration

Source position: editbtn.pas line 813

public constructor TCalcEdit.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the class instance.

Description

Create is the overridden constructor for the class instance. Create calls the inherited constructor, and sets the default values for the following properties:

DialogTitle
Uses the value in the rsCalculator constant
DialogPosition
Set to poScreenCenter

See also

TCustomEditButton.Create

  

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