Vcl.FileCtrl.TFileListBox.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

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

Create コンストラクタを呼び出すと,実行時に TFileListBox オブジェクトを作成できます。設計時にフォームに配置されたファイルリストボックスは自動的に作成されます。

関連項目