[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'CalcForm' (#lcl)

TCalculatorPanel.Status

Contains the status or state for the calculator panel.

Declaration

Source position: calcform.pas line 89

public property TCalculatorPanel.Status : TCalculatorState
  read FStatus
  write FStatus;

Description

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.

See also

TCalculatorPanel.CalcKeyPress

  

Applies a key or button press to the calculator panel.

TCalculatorPanel.DisplayValue

  

Contains the Double value representing the result (and Text) displayed on the calculator panel.

TCalculatorPanel.BeepOnError

  

Indicates whether a beep occurs when an error condition is detected in the calculator panel.

TCalculatorPanel.ErrorBeep

  

Produces an error tone when enabled using the BeepOnError property.

TCalculatorState

  

Represents status values used in TCalculatorPanel.


Version 4.0 Generated 2025-05-03 Home