Vcl.DBCtrls.TDBMemo.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDBMemo(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TDBMemo(HWND ParentWindow) : Vcl::Stdctrls::TCustomMemo(ParentWindow) { }

Properties

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

Description

Creates an instance of TDBMemo.

Call Create to create and initialize an instance of TDBMemo. Create overrides the inherited constructor to initialize the data handling aspects of a TDBMemo.

AOwner is the component, typically the form, that is responsible for freeing the DB memo instance. It becomes the value of the Owner property.