Vcl.DBLookup.TDBLookupList.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDBLookupList(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TDBLookupList(HWND ParentWindow) : Vcl::Dbgrids::TCustomDBGrid(ParentWindow) { }

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupList

説明

Create は、TDBLookupList インスタンスを作成および初期化します。

Create メソッドは、TDBLookupList クラスのインスタンスを作成および初期化します。

関連項目