TTMSFNCCloudGoogleTasksTaskList.GetTasks Method
Requests the tasks contained in this list from the service and fills the
Taskscollection when the request completes.
API unit family: TMSFNCCloudGoogleTasks
Declaring type: TTMSFNCCloudGoogleTasksTaskList
Syntax
procedure GetTasks(AMaxResults: Integer = 100; AShowCompleted: Boolean = False; AShowDeleted: Boolean = False; AShowHidden: Boolean = False); overload;
Parameters
| Name | Description |
|---|---|
AMaxResults |
Maximum number of tasks to return. Defaults to 100. |
AShowCompleted |
When True, completed tasks are included in the result. Defaults to False. |
AShowDeleted |
When True, deleted tasks are included in the result. Defaults to False. |
AShowHidden |
When True, hidden tasks are included in the result. Defaults to False. |