TPJEnvironmentVarArray array type

Project: Environment Variables Unit

Unit: PJEnvVars

Applies to: ~>3.0

type
  TPJEnvironmentVarArray = array of TPJEnvironmentVar;

Description

TPJEnvironmentVarArray is a dymanic array of TPJEnvironmentVar records.

It is used as the return type of one of the overloaded TPJEnvironmentVars.GetAll methods.