[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

GetEnvironmentVariable

Return the value of an environment variable.

Declaration

Source position: osutilsh.inc line 23

function GetEnvironmentVariable(

  const EnvVar: String

):String;

Description

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.

See also

GetEnvironmentString

  

Return an environment variable by index.

GetEnvironmentVariableCount

  

Return the number of variables in the environment.

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