Vcl.FileCtrl.TDirectoryListBox.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

Create は,ディレクトリリストボックスを作成および初期化します。

Create メソッドを呼び出すと,実行時にディレクトリボックスコントロールをインスタンス化できます。設計時に作成されたディレクトリリストボックスの場合,Create は自動的に呼び出されます。

関連項目