Class TDriveList (unit DriveList)
Inherits from
TComponent
Constructors
constructor Create( anOwner :TComponent );
Functions
function GetDriveCount :Integer;
function GetDriveName( index :integer ):String;
procedure GetDrives;
function GetDriveType( index :integer ):TDriveType;
Properties
property DriveCount : Integer
property Drives : String
property DriveType : TDriveType
Events
Variables
FCount : Longint;
FDrives : String;
Constructors
constructor Create( anOwner :TComponent );
Functions
function GetDriveCount :Integer;
function GetDriveName( index :integer ):String;
procedure GetDrives;
function GetDriveType( index :integer ):TDriveType;
Properties
property DriveCount : Integer
property Drives : String
property DriveType : TDriveType
Events
Variables
FCount : Longint;
FDrives : String;