Table of Contents

TTMSFNCCustomCloudGoogleTasks.GetNextTasks Method

Requests the next page of tasks for the supplied task list following the previous GetTasks call.

API unit family: TMSFNCCloudGoogleTasks Declaring type: TTMSFNCCustomCloudGoogleTasks

Syntax

procedure GetNextTasks(ATaskList: TTMSFNCCloudGoogleTasksTaskList; AMaxResults: Integer = 100);

Remarks

Call only when HasNextTasks returns True.

Parameters

Name Description
ATaskList Task list whose next page of tasks is requested.
AMaxResults Maximum number of tasks to return. Defaults to 100.