Vcl.ComCtrls.TCustomRichEdit

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TCustomMemoVcl.StdCtrls.TCustomEditVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomRichEdit

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.

See Also