Vcl.FileCtrl.TDirectoryListBox.Drive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Drive: Char read GetDrive write SetDrive;

C++

__property System::WideChar Drive = {read=GetDrive, write=SetDrive, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TDirectoryListBox

Description

Determines the drive for which the list box displays the directory structure.

When the value of Drive changes, the Directory value changes to the current directory on the specified drive.

See Also

Code Examples