Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also