Returns the value of a system environment variable.
Source position: lazutf8.pas line 72
function GetEnvironmentVariableUTF8( |
const EnvVar: string |
):string; |
EnvVar |
|
Environment variable with the value retrieved in the routine. |
Value for the specified environment variable name.
Returns the value of an environment variable stored in the form 'EnvVar=value'. See GetEnvironmentStringUTF8 to retrieve the whole list of environment strings.
| Version 4.4 | Generated 2025-11-08 | Home |