[Overview][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: extdlgs.pas line 163
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.0 | Generated 2025-05-03 | Home |