API:Vcl.DBCtrls.TCustomDBLookupComboBox.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomDBLookupComboBox(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomDBLookupComboBox(HWND ParentWindow) : TDBLookupControl(ParentWindow) { }

プロパティ

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

説明

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

Vcl.DBCtrls.TCustomDBLookupComboBox.Create は Vcl.DBCtrls.TDBLookupControl.Create を継承しています。以下の内容はすべて Vcl.DBCtrls.TDBLookupControl.Create を参照しています。

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

Create メソッドを呼び出すと,実行時に TDBLookupControl オブジェクトをインスタンス化できます。設計時にフォームまたはデータモジュール上に配置された参照コントロールの場合,Create は自動的に呼び出されます。

AOwner は,参照コントロールの解放を処理するコンポーネントです。これには,次のプロパティ設定も含まれます。

関連項目