[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains the Double value representing the result (and Text) displayed on the calculator panel.
Source position: calcform.pas line 85
public property TCalculatorPanel.DisplayValue : Double |
DisplayValue is a Double property which contains the result for a value entered or calculated using the calculator panel. The property value is determined by calling StrToDouble to convert the value in Text to a floating point value. The property value is 0.0 if Status contains csError.
Changing the value for the property causes Text to be updated. The Double value is formatted using the Precision needed for the panel, and the OnDisplayChange event handler is signalled (when assigned).
|
Text representation for the Double display value on the calculator panel. |
|
|
Number of digits used after the decimal for the Double value in the calculator panel. |
|
|
Gets the minimum number of precision digits allowed for the DisplayValue on the panel. |
|
|
Contains the status or state for the calculator panel. |
Version 4.0 | Generated 2025-05-03 | Home |