| Class TDOSEnvironment (unit startup) |
TObject
| Constructors |
constructor Create;| Functions |
destructor Destroy;
function GetEnv(const Key: string): string;
function GetCount: Integer;
function GetKey(Index: Integer): string;
function GetValue(Index: Integer): string;
procedure ReadEnvironment;
Procedure WMWinINIChange(var message: TWMWinINIChange);| Properties |
property EnvCount : Integer
property EnvStr : string
property Value : string| Events |
| Variables |
FKeys : TStringlist;
FValues : TStringlist;| Constructors |
constructor Create;************************ * TDOSEnvironment
| Functions |
destructor Destroy;
function GetEnv(const Key: string): string;
function GetCount: Integer;
function GetKey(Index: Integer): string;
function GetValue(Index: Integer): string;
procedure ReadEnvironment;
Procedure WMWinINIChange(var message: TWMWinINIChange);| Properties |
property EnvCount : Integer
property EnvStr : string
property Value : string| Events |
| Variables |
FKeys : TStringlist;
FValues : TStringlist;