Vcl.ComCtrls.TCustomRichEdit
![TCustomRichEdit](/images/Libraries/Sydney/e/2/21/Vcl.ComCtrls.TCustomRichEdit.png)
Delphi
TCustomRichEdit = class(TCustomMemo)
C++
class PASCALIMPLEMENTATION TCustomRichEdit : public Vcl::Stdctrls::TCustomMemo
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TCustomRichEdit is the base type for rich edit controls such as TRichEdit.
TCustomRichEdit introduces new properties and methods to expand the capabilities of TCustomMemo for rich text.
Do not create instances of TCustomRichEdit. Use TCustomRichEdit as a base class when declaring control objects that implement rich text capabilities in an edit control. Properties and methods of TCustomRichEdit provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior.