Vcl.FileCtrl.TDirectoryListBox.DirLabel
Delphi
property DirLabel: TLabel read FDirLabel write SetDirLabel;
C++
__property Vcl::Stdctrls::TLabel* DirLabel = {read=FDirLabel, write=SetDirLabel};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | Vcl.FileCtrl.pas Vcl.FileCtrl.hpp |
Vcl.FileCtrl | TDirectoryListBox |
説明
ラベル コントロールのキャプションにカレント ディレクトリを簡単に表示するための方法です。
DirLabel を使ってラベルを指定します。ディレクトリ リスト ボックスでカレント ディレクトリが変わると、その変更はラベルのキャプションに反映されます。