[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains the status or state for the calculator panel.
Source position: calcform.pas line 89
public property TCalculatorPanel.Status : TCalculatorState |
Status is a TCalculatorState property which indicate the state for the calculator panel. Values from the TCalculatorState enumeration are applied to the property when the panel is updated for key presses or mouse clicks.
csError indicates an error condition was detected, and causes 0.0 to be returned in the DisplayValue for the panel.
|
Applies a key or button press to the calculator panel. |
|
|
Contains the Double value representing the result (and Text) displayed on the calculator panel. |
|
|
Indicates whether a beep occurs when an error condition is detected in the calculator panel. |
|
|
Produces an error tone when enabled using the BeepOnError property. |
|
|
Represents status values used in TCalculatorPanel. |
Version 4.0 | Generated 2025-05-03 | Home |