Table of Contents

TTMSMCPClientTransportSTDIO.Command Property

Program that is launched as the server process.

API unit family: TMS.MCP.Client.Transport.STDIO Declaring type: TTMSMCPClientTransportSTDIO Type: string

Syntax

property Command: string;

Remarks

Set it before calling Start; changing it afterwards has no effect on a process that is already running. An empty value makes Start do nothing. Platforms that launch the program directly need an executable path, while platforms that run it through a command interpreter also accept a name resolved from the search path.