API: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 a new instance of TOleControl.

Vcl.DBOleCtl.TDBOleControl.Create inherits from Vcl.OleCtrls.TOleControl.Create. All content below this line refers to Vcl.OleCtrls.TOleControl.Create.

Creates a new instance of TOleControl.

Use Create to create a new instance of the TOleControl object. Create calls the inherited Create method and creates and initializes internal objects.

See Also