Creates and configures a new TCalculatorForm instance.
Source position: calcform.pas line 137
function CreateCalculatorForm( |
AOwner: TComponent; |
ALayout: TCalculatorLayout; |
AHelpContext: THelpContext |
AOwner |
|
Owner for the new form instance. |
ALayout |
|
Layout for the calculator panel in the form instance. |
Form instance created in the method.
|
Implements the form used to display a calculator in a TCalculatorDialog. |
|
|