[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Return the value of an environment variable.
Source position: osutilsh.inc line 21
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. |
No notes exist for this page yet.