[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the value of an environment variable.
Source position: osutilsh.inc line 23
function GetEnvironmentVariable( |
const EnvVar: String |
):String; |
GetEnvironmentVariable returns the value of the EnvVar environment variable. If the specified variable does not exist or EnvVar is empty, an empty string is returned.
|
Return an environment variable by index. |
|
|
Return the number of variables in the environment. |
lazarus-ccr.sourceforge.net |