Table of Contents

TTMSFNCCloudGoogleTasksTasks.Insert Method

Inserts a new task at the specified position in the collection.

API unit family: TMSFNCCloudGoogleTasks Declaring type: TTMSFNCCloudGoogleTasksTasks

Syntax

function Insert(Index: Integer): TTMSFNCCloudGoogleTasksTask;

Parameters

Name Description
Index Zero-based position at which the new task is inserted.

Returns

The newly created task item.