Vcl.DBOleCtl.TDBOleControl.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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) { }

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.DBOleCtl.pas
Vcl.DBOleCtl.hpp
Vcl.DBOleCtl TDBOleControl

説明

CreateTDBOleControl のインスタンスを作成します。

Create メソッドを呼び出すと,TDBOleControl オブジェクトの新しいインスタンスを作成できます。Create は継承したコンストラクタを呼び出し,TDataBinding オブジェクトを作成および初期化します。

関連項目