TTMSFNCCloudGoogleTasksTaskLists.Insert Method
Inserts a new task list at the specified position in the collection.
API unit family: TMSFNCCloudGoogleTasks
Declaring type: TTMSFNCCloudGoogleTasksTaskLists
Syntax
function Insert(Index: Integer): TTMSFNCCloudGoogleTasksTaskList;
Parameters
| Name | Description |
|---|---|
Index |
Zero-based position at which the new task list is inserted. |
Returns
The newly created task list item.