[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazUTF8' (#lazutils)

GetEnvironmentVariableUTF8

Returns the value of a system environment variable.

Declaration

Source position: lazutf8.pas line 72

function GetEnvironmentVariableUTF8(

  const EnvVar: string

):string;

Arguments

EnvVar

  

Environment variable with the value retrieved in the routine.

Function result

Value for the specified environment variable name.

Description

Returns the value of an environment variable stored in the form 'EnvVar=value'. See GetEnvironmentStringUTF8 to retrieve the whole list of environment strings.


Version 3.2 Generated 2024-02-25 Home