Skip to main content

TcxCustomCalculator Class

A calculator control that performs arithmetic operations.

Declaration

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.

See Also