[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: editbtn.pas line 863
public constructor TCalcEdit.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance. Create calls the inherited constructor, and sets the default values for the following properties:
|
Constructor for the class instance. |