Back to Devexpress

TcxCustomRichEdit Class

vcl-cxrichedit-dcff1669.md

latest1.7 KB
Original Source

TcxCustomRichEdit Class

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

Declaration

delphi
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.

Inheritance

Show 14 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMemo TcxCustomRichEdit

See Also

TcxCustomRichEdit Members

cxRichEdit Unit