Vcl.FileCtrl.TDirectoryListBox
Delphi
TDirectoryListBox = class(TCustomListBox)
C++
class PASCALIMPLEMENTATION TDirectoryListBox : public Vcl::Stdctrls::TCustomListBox
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.FileCtrl.pas Vcl.FileCtrl.hpp |
Vcl.FileCtrl | Vcl.FileCtrl |
Description
TDirectoryListBox represents a list box control that is aware of the directory structure of the current drive.
TDirectoryListBox implements the generic behavior introduced in TCustomListBox. TDirectoryListBox publishes many of the properties inherited from TCustomListBox and introduces new behavior to let the user change directories or drives.
See Also