Back to Devexpress

TcxCustomCalculator Class

vcl-cxcalc-97c3e2b3.md

latest1.7 KB
Original Source

TcxCustomCalculator Class

A calculator control that performs arithmetic operations.

Declaration

delphi
TcxCustomCalculator = class(
    TcxControl
)

Remarks

The TcxCustomCalculator class represents a control, which displays a calculator window with buttons. It is possible to evaluate an arithmetic expression by pressing these buttons and by storing the result in the Value property. TcxCustomCalculator is the base class for the classes that employ a calculator control. It also allows embedding itself in popup windows of other controls. TcxPopupCalculator derives from TcxCustomCalculator and provides the ability to embed a calculator into the TcxCustomCalcEdit control’s popup window.

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxCustomCalculator

See Also

TcxCustomCalcEdit

TcxPopupCalculator

TcxCustomCalculator Members

cxCalc Unit