TTMSFNCCloudGoogleTasks.GetTaskLists Method
Requests the task lists of the account and fills the
TaskListscollection when the request completes.
API unit family: TMSFNCCloudGoogleTasks
Declaring type: TTMSFNCCloudGoogleTasks
Inherited from: TTMSFNCCustomCloudGoogleTasks
Syntax
procedure GetTaskLists(AMaxResults: Integer = 100);
Remarks
Use HasNextTaskLists and GetNextTaskLists to page through additional results. The OnGetTaskLists event reports the result.
Parameters
| Name | Description |
|---|---|
AMaxResults |
Maximum number of task lists to return. Defaults to 100. |