[Overview][Classes][Procedures and functions][Index] |
Value - the numeric value (result) returned by the calculator.
Source position: extdlgs.pas line 173
published property TCalculatorDialog.Value : Double |
Value is a Double property which contains the numeric value passed to and returned from the calculator dialog form. Value is assigned to the TCalculatorForm instance in DlgForm in the Execute method, and updated when the modal result for the form is mrOk.
Value is used as the value for the CalcDisplay property when the dialog form in DlgForm has not been assigned (contains Nil).
|
Creates and displays the form for the calendar dialog, and captures the results. |
|
|
Implements the form used to display a calculator for a TCalculatorDialog instance. |
Version 4.0 | Generated 2025-05-03 | Home |