Applies to: ~>3.0
This section of the Environment Variables Unit documentation describes the API exposed by the unit to programmers.
| Unit | Description |
|---|---|
| PJEnvVars | All the run time code. This includes a static class for manipulating environment variables, an environment variable enumerator, various supporting types and a deprecated component and related routines. See below for details. |
| PJEnvVarsDsgn | ⚠️ Deprecated. Registers the TPJEnvVars component with the Delphi IDE. No further documentation for this unit is available. |
| Class | Description |
|---|---|
| TPJEnvironmentVars | Static class for reading and manipulating environment variables. |
| TPJEnvVars | ⚠️ Deprecated. Component for eading and manipulating environment variables. |
| TPJEnvVarsEnumerator | Class that enumerates all the environment variable names in the current process. |
| Item | Description |
|---|---|
| Other Types | Other types used by TPJEnvironmentVars and TPJEnvVars. |
| Helper Routines | ⚠️ Deprecated. Various environment variable manipulation routines. |
This documentation complies with these conventions.