TPJEnvironmentVar record

Project: Environment Variables Unit

Unit: PJEnvVars

Applies to: ~>3.0

type
  TPJEnvironmentVar = record
    Name: string;
    Value: string;
  end;

Description

TPJEnvironmentVar is a simple record that encapsulates the name and value of an environment variable, as follows:

Field Description
Name Environment variable name.
Value Environment variable value.