Vcl.FileCtrl.TDirectoryListBox.DirLabel
Delphi
property DirLabel: TLabel read FDirLabel write SetDirLabel;
C++
__property Vcl::Stdctrls::TLabel* DirLabel = {read=FDirLabel, write=SetDirLabel};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.FileCtrl.pas Vcl.FileCtrl.hpp |
Vcl.FileCtrl | TDirectoryListBox |
Description
Provides a simple way to display the current directory as the caption of a label control.
Use DirLabel to specify a label. When the current directory changes in the directory list box, the change is reflected in the caption of the label.
See Also
Code Examples