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

TCalculatorPanel.Text

Text representation for the Double display value on the calculator panel.

Declaration

Source position: calcform.pas line 91

public property TCalculatorPanel.Text : string
  read FText;

Description

Text is a read-only String property in TCalculatorPanel with the textual representation for the DisplayValue on the panel. It contains the text formatted using the Precision needed for the DisplayValue. Text is updated when a new value is assigned to DisplayValue, when CalcKeyPress is executed for the panel, or when methods for Error or Clear buttons are called.

See also

TCalculatorPanel.DisplayValue

  

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

TCalculatorPanel.CalcKeyPress

  

Applies a key or button press to the calculator panel.


Version 4.0 Generated 2025-05-03 Home