API:Vcl.DBCtrls.TDBRichEdit.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDBRichEdit(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TDBRichEdit(HWND ParentWindow) : Vcl::Comctrls::TCustomRichEdit(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBRichEdit

Description

Creates an instance of TCustomRichEdit.

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

Creates an instance of TCustomRichEdit.

Call Create to create an instance of TCustomRichEdit at runtime. Rich edit controls added to forms at design time are created automatically.

AOwner is a component, typically the form, that becomes the value of the Owner property.

See Also