TcxCustomCalcEdit Class
Serves as the base class for classes that implement editors incorporating a drop-down calculator.
Declaration
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
See Also