TTMSMCPCustomClientConnection.EnvironmentVariables Property
Environment entries given to the server process, one
NAME=valueentry per line.
API unit family: TMS.MCP.Client.Connection
Declaring type: TTMSMCPCustomClientConnection
Type: TStringList
Syntax
property EnvironmentVariables: TStringList;
Remarks
Assigning copies the lines into the existing list instead of replacing it. Read when Start launches the process, so later changes only take effect on the next start. Ignored by the remote transports.