Vcl.FileCtrl.TDirectoryListBox.DirLabel
Delphi
property DirLabel: TLabel read FDirLabel write SetDirLabel;
C++
__property Vcl::Stdctrls::TLabel* DirLabel = {read=FDirLabel, write=SetDirLabel};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | published | Vcl.FileCtrl.pas Vcl.FileCtrl.hpp |
Vcl.FileCtrl | TDirectoryListBox |
Description
Permet d'afficher simplement le répertoire en cours comme intitulé d'un contrôle libellé.
Utilisez DirLabel pour spécifier un libellé. Quand le répertoire en cours change dans la boîte liste des répertoires, la modification est répercutée dans l'intitulé du libellé.