Class TDriveList (unit SystemInfo)

Inherits from

TList

List to hold info about all connected drives

Constructors



Functions

procedure AddDrive(DiskDrive: TDrive_Rec);

--------------------------- TDriveList -------------------------

function DriveName(Index : Integer) : String;


function DriveType(Index : Integer) : String;


function FreeSpace(Index : Integer) : Longint;


function FSFlags(Index : integer) : longint;


function FSName(Index : Integer) : string;


function SerialNo(Index : integer) : longint;


function TotalSpace(Index : Integer) : Longint;


function VolName(Index : Integer) : String;


Properties

Events

Variables


Constructors


Functions


procedure AddDrive(DiskDrive: TDrive_Rec);

--------------------------- TDriveList -------------------------


function DriveName(Index : Integer) : String;


function DriveType(Index : Integer) : String;


function FreeSpace(Index : Integer) : Longint;


function FSFlags(Index : integer) : longint;


function FSName(Index : Integer) : string;


function SerialNo(Index : integer) : longint;


function TotalSpace(Index : Integer) : Longint;


function VolName(Index : Integer) : String;


Properties


Events


Variables