Vcl.DBCtrls.TDBListBox.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDBListBox(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TDBListBox(HWND ParentWindow) : Vcl::Stdctrls::TCustomListBox(ParentWindow) { }

プロパティ

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

説明

Create は,TDBListBox のインスタンスを作成および初期化します。

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

AOwner は,TDBListBox インスタンスの解放を処理するコンポーネント(通常はフォーム)です。これには,次のプロパティ設定も含まれます。

関連項目