JVCL Help:CreateCalculatorForm
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: CreateCalculatorForm function
[+] JvCalc.pas Functions
Search in JVCL Help
Search in all projectsSummary
Creates a calculator dialog.
Pascal
run\JvCalc.pas
functionCreateCalculatorForm(AOwner: TComponent; AHelpContext: THelpContext): TJvCalculatorForm;
Parameters
Parameters | Description |
AOwner: TComponent | The owner of the dialog. |
AHelpContext: THelpContext | Context number for online Help. |
Description
Call CreateCalculatorForm to create a calculator dialog that will be used several times in an application.
See Also
CreatePopupCalculator, TJvCalculator
About
Notes
CreateCalculatorForm does not display the dialog form. The application must display this form when it is needed by calling its ShowModal method.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page