TTMSMCPCustomClientConnection.Args Property
Command-line arguments passed to the server process, one argument per line.
API unit family: TMS.MCP.Client.Connection
Declaring type: TTMSMCPCustomClientConnection
Type: TStringList
Syntax
property Args: 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.