Constructor for the class instance.
Source position: extdlgs.pas line 169
public constructor TCalculatorDialog.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the TCalculatorDialog class. It calls the inherited method on entry, and sets the default values for properties including:
|
Constructor for the class instance. |
| Version 4.4 | Generated 2025-11-08 | Home |