[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents status values used in TCalculatorPanel.
Source position: calcform.pas line 38
type TCalculatorState = ( |
||
csFirst, |
|
Value when an initial key press or button click has not yet been detected and applied to a calculator panel. |
csValid, |
|
Value after an operation for a key press or mouse click has been successfully applied. |
csError |
|
Value when an operation results in an error condition for a calculator panel. |
); |
TCalculatorState is an enumerated type with values that represent the status for keys/operations in the calculator. TCalculatorState is the type used to implement the Status property in TCalculatorPanel.
|
Contains the status or state for the calculator panel. |
Version 4.0 | Generated 2025-05-03 | Home |