Vcl.FileCtrl.TFileListBox.Directory
Delphi
property Directory: string read GetDirectory write ApplyFilePath;
C++
__property System::UnicodeString Directory = {read=GetDirectory, write=ApplyFilePath};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.FileCtrl.pas Vcl.FileCtrl.hpp |
Vcl.FileCtrl | TFileListBox |
Description
Specifies the directory that contains all the files listed in the file list box.
Set Directory to update the file list box so that it displays the files in a new directory. If the form includes a TDirectoryListBox object, set the FileList property of the directory list box to have the Directory property updated automatically when the user selects a new directory.
See Also
Code Examples