TTMSFNCCloudGoogleTasks.GetNextTaskLists Method
Requests the next page of task lists following the previous
GetTaskListscall.
API unit family: TMSFNCCloudGoogleTasks
Declaring type: TTMSFNCCloudGoogleTasks
Inherited from: TTMSFNCCustomCloudGoogleTasks
Syntax
procedure GetNextTaskLists(AMaxResults: Integer = 100);
Remarks
Call only when HasNextTaskLists returns True.
Parameters
| Name | Description |
|---|---|
AMaxResults |
Maximum number of task lists to return. Defaults to 100. |