JVCL Help:TJvCalculator

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCalculator
run\JvCalc.pas


Summary

Displays a simple calculator.

run\JvCalc.pas


Pascal

 run\JvCalc.pas
 TJvCalculator = class(TJvCommonDialogF);


Description

  1. 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...'.

run\JvCalc.pas


About

Navigation

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