vcl-cxcalc-3bcf00bc.md
Serves as the base class for classes that implement editors incorporating a drop-down calculator.
TcxCustomCalcEdit = class(
TcxCustomPopupEdit
)
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.
Show 16 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMaskEdit TcxCustomDropDownEdit TcxCustomPopupEdit TcxCustomCalcEdit
See Also