Skip to main content

TcxCustomRichEdit Class

Serves as the base class for classes that implement rich edit controls.

Declaration

TcxCustomRichEdit = class(
    TcxCustomMemo
)

Remarks

This class introduces new properties and methods to expand the capabilities of the TcxCustomMemo class.

Do not create instances of the TcxCustomRichEdit class directly. Instead, use its descendants such as TcxRichEdit or TcxDBRichEdit. The TcxCustomRichEdit class can be used as the base class for your editor classes implementing rich text capabilities.

See Also