Table of Contents

TTMSMCPClientServers.Insert Method

Inserts a new, unconfigured server entry at the given position.

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

Syntax

function Insert(index: Integer): TTMSMCPClientServerItem;

Parameters

Name Description
index Zero-based position the new entry takes; later entries move up.

Returns

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