Vcl.FileCtrl.TDirectoryListBox.Drive

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

Delphi

property Drive: Char read GetDrive write SetDrive;

C++

__property System::WideChar Drive = {read=GetDrive, write=SetDrive, nodefault};

プロパティ

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

説明

リスト ボックスにディレクトリ構造が表示されているドライブを示します。

Drive の値が変わると、Directory の値も、指定されたドライブのカレント ディレクトリに変更されます。

関連項目