Project: Environment Variables Unit
Unit: PJEnvVars
Applies to: ~>3.0
The PJEnvVars unit contains the following types that are required by the main classes.
| Type | Description |
|---|---|
| EPJEnvVars ⚠️ Deprecated. | Class of exception raised to report errors that occur when using the TPJEnvVars component. |
| TPJEnvironmentVar | Record that encapsulates an environment variable’s name and value. |
| TPJEnvironmentVarArray | A dynamic array of TPJEnvironmentVar records. |
| TPJEnvVarsEnum | Type of callback method that is called when enumerating environment variable names in TPJEnvironmentVars.EnumNames or TPJEnvVars.EnumNames. |
| TPJEnvVarsEnumEx | Type of callback method (or anonymous method) that is called when enumerating environment variable name / value pairs in TPJEnvironmentVars.EnumVars. |