JVCL Help:CreatePopupCalculator

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

Search in JVCL Help

 
Search in all projects
 

Summary

Create a calculator dialog to be used as a popup.

run\JvCalc.pas


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.

run\JvCalc.pas


Description

Call CreatePopupCalculator to create a calculator popup window that will be used several times in an application.

run\JvCalc.pas


See Also

CreateCalculatorForm, SetupPopupCalculator, TJvCalculator

run\JvCalc.pas


About

Notes

CreatePopupCalculator does not display the dialog form. The application must display this window when it is needed by calling its Show 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