Vcl.DBCtrls.TDBImage.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDBImage(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TDBImage(HWND ParentWindow) : Vcl::Controls::TCustomControl(ParentWindow) { }

Properties

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

Description

Creates and initializes an instance of TDBImage.

Call Create to instantiate a TDBImage object at runtime. For TDBImage objects placed on forms or data modules at design time, the constructor is called automatically.

Pass a single Component as a parameter to provide the TDBLookupComboBox object with an Owner that is responsible for freeing it.

See Also