JVCL Help:TJvCalculator
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCalculator Class
[+] JvCalc.pas Classes
[+] TJvCalculator Methods
[+] TJvCalculator Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCalculator
run\JvCalc.pas
Summary
Displays a simple calculator.
Pascal
run\JvCalc.pas
TJvCalculator = class(TJvCommonDialogF);
Description
- JVCLInfo
TJvCalculator displays a modal Windows dialog box for calculating values. The dialog does not appear at runtime until it is activated by a call to the Execute method. When the user clicks OK, the dialog closes and the calculated result is stored in the Value property.
You can preview this dialog at design-time, by right-clicking the component and clicking 'Preview...'.
About
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