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

TcxCustomCalcEdit Class

Serves as the base class for classes that implement editors incorporating a drop-down calculator.

#Declaration

Delphi
TcxCustomCalcEdit = class(
    TcxCustomPopupEdit
)

#Remarks

This class extends functionality of the TcxCustomPopupEdit class and embeds a calculator object in the popup window. To access its properties use the Properties member.

To set the properties of the TcxCustomCalcEdit control, use the Properties member. Use the Style, StyleDisabled, StyleFocused and StyleHot properties to adjust the look & feel of an editor in various control’s states. They contain the PopupBorderStyle attribute, which controls the look & feel of the dropdown calculator.

Do not create instances of the TcxCustomCalcEdit class, use its descendants such as TcxCalcEdit and TcxDBCalcEdit.

See Also