Table of Contents

TTMSMCPClientServers.Add Method

Appends a new, unconfigured server entry to the collection.

API unit family: TMS.MCP.Client Declaring type: TTMSMCPClientServers

Syntax

function Add: TTMSMCPClientServerItem;

Remarks

The new entry defaults to the standard-stream transport and is not started; configure it and call its Start method.

Returns

The entry that was appended. It is owned by the collection and must not be freed.