| [Overview][Types][Procedures and functions][Variables][Index] |
Returns the value of a system environment variable.
Source position: lazutf8.pas line 72
function GetEnvironmentVariableUTF8( |
const EnvVar: string |
):string; |
Returns the value of a environment string of the form 'EnvVar=value'. See GetEnvironmentStringUTF8 to retrieve the whole list of environment strings.
| lazarus-ccr.sourceforge.net |