JVCL Help:CreatePopupCalculator
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: CreatePopupCalculator function
[+] JvCalc.pas Functions
Search in JVCL Help
Search in all projectsSummary
Create a calculator dialog to be used as a popup.
Pascal
run\JvCalc.pas
functionCreatePopupCalculator(AOwner: TComponent; ABiDiMode: TBiDiMode = bdLeftToRight): TWinControl;
Parameters
Parameters | Description |
AOwner: TComponent | The owner of the dialog. |
ABiDiMode: TBiDiMode = bdLeftToRight | The bidirectional mode for the window. |
Description
Call CreatePopupCalculator to create a calculator popup window that will be used several times in an application.
See Also
CreateCalculatorForm, SetupPopupCalculator, TJvCalculator
About
Notes
CreatePopupCalculator does not display the dialog form. The application must display this window when it is needed by calling its Show 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