[Overview][Types][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;

Description

Returns the value of a environment string of the form 'EnvVar=value'. See GetEnvironmentStringUTF8 to retrieve the whole list of environment strings.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.