Vcl.FileCtrl.TDriveComboBox.DirList
Delphi
property DirList: TDirectoryListBox read FDirList write SetDirListBox;
C++
__property TDirectoryListBox* DirList = {read=FDirList, write=SetDirListBox};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.FileCtrl.pas Vcl.FileCtrl.hpp |
Vcl.FileCtrl | TDriveComboBox |
Description
Connects the drive combo box to a directory list box.
Set DirList to a directory list box control that should update when the user changes the drive. When a new drive is selected in the drive combo box, the specified directory list box updates to display the directory structure and the current directory on the new drive.
Note: If the form contains a file list box as well, it can be updated automatically using the FileList property of the directory list box object.
See Also
Code Examples