Class TDOSEnvironment (unit DosEnv01)

Inherits from

TObject

Class to read the DOS Environment variables

Constructors


constructor Create;

TDOSEnvironment


Functions

destructor Destroy;


function ValueForKey(const Key: string): string;


function GetCount: Integer;


function GetKey(Index: Integer): string;


function GetValue(Index: Integer): string;


Properties

property Count : Integer


property Key : string


property Value : string


Events

Variables

FKeys : TStringList;


FValues : TStringList;



Constructors


constructor Create;

TDOSEnvironment


Functions


destructor Destroy;


function ValueForKey(const Key: string): string;


function GetCount: Integer;


function GetKey(Index: Integer): string;


function GetValue(Index: Integer): string;


Properties


property Count : Integer


property Key : string


property Value : string


Events


Variables


FKeys : TStringList;


FValues : TStringList;