JVCL Help:CreateCalculatorForm

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Creates a calculator dialog.

run\JvCalc.pas


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.

run\JvCalc.pas


Description

Call CreateCalculatorForm to create a calculator dialog that will be used several times in an application.

run\JvCalc.pas


See Also

CreatePopupCalculator, TJvCalculator

run\JvCalc.pas


About

Notes

CreateCalculatorForm does not display the dialog form. The application must display this form when it is needed by calling its ShowModal method.

run\JvCalc.pas


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