Back to Devexpress

TcxCustomCalcEdit Class

vcl-cxcalc-3bcf00bc.md

latest2.5 KB
Original Source

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.

Inheritance

Show 16 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMaskEdit TcxCustomDropDownEdit TcxCustomPopupEdit TcxCustomCalcEdit

See Also

TcxCalcEdit

TcxCustomPopupEdit

TcxDBCalcEdit

TcxCustomCalcEdit Members

cxCalc Unit