Vcl.DBOleCtl.TDBOleControl.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDBOleControl(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TDBOleControl(HWND ParentWindow) : Vcl::Olectrls::TOleControl(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.DBOleCtl.pas
Vcl.DBOleCtl.hpp
Vcl.DBOleCtl TDBOleControl

Description

Creates an instance of TDBOleControl.

Use Create to create a new instance of TDBOleControl object. Create calls the inherited constructor, then creates and initializes TDataBinding objects.

See Also