Vcl.Samples.DirOutln.TDirectoryOutline.Drive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Drive: Char  read FDrive write SetDrive;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln TDirectoryOutline

Description

Specifies the current drive.

Use Drive to get or set the current drive character. Only the Latin alphabet characters (from A through Z and from a through z) are allowed.

See Also