Table of Contents

TTMSMCPClientRootItems.Insert Method

Inserts a new, empty root entry at the given position.

API unit family: TMS.MCP.Client.Connection Declaring type: TTMSMCPClientRootItems

Syntax

function Insert(index: Integer): TTMSMCPClientRootItem;

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.