[Overview][Types][Classes][Variables][Index] |
Environment variable access
Source position: custapp.pp line 84
public property TCustomApplication.EnvironmentVariable : string |
EnvironmentVariable gives access to the environment variables of the application: It returns the value of the environment variable EnvName, or an empty string if no such value is available.
To use this property, the name of the environment variable must be known. To get a list of available names (and values), GetEnvironmentList can be used.
|
Return a list of environment variables. |
|
|
Command-line parameters |