Skip to main content

TcxCustomButtonEdit Class

Serves as the base class for classes that implement editors with embedded buttons.

Declaration

TcxCustomButtonEdit = class(
    TcxCustomMaskEdit
)

Remarks

This class is the base class for editors that display buttons within their client area. Do not create instances of the TcxCustomButtonEdit class, use its descendants instead. The TcxButtonEdit class publishes various members of TcxCustomButtonEdit so that a user can work with a button editor.

See Also