API:Vcl.DBCtrls.TDBRichEdit

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ComCtrls.TCustomRichEditVcl.StdCtrls.TCustomMemoVcl.StdCtrls.TCustomEditVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDBRichEdit

Delphi

TDBRichEdit = class(TCustomRichEdit)

C++

class PASCALIMPLEMENTATION TDBRichEdit : public Vcl::Comctrls::TCustomRichEdit

Properties

Type Visibility Source Unit Parent
class public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls Vcl.DBCtrls

Description

TCustomRichEdit is the base type for rich edit controls such as TRichEdit.

Vcl.DBCtrls.TDBRichEdit inherits from Vcl.ComCtrls.TCustomRichEdit. All content below this line refers to Vcl.ComCtrls.TCustomRichEdit.

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