Table of Contents

TTMSFNCCloudGoogleTasks Class

Ready-to-use, design-time client for a Google Tasks account that surfaces the task list and task operations of its base class together with their events.

API unit family: TMSFNCCloudGoogleTasks Inherits from: TTMSFNCCustomCloudGoogleTasks

Syntax

TTMSFNCCloudGoogleTasks = class(TTMSFNCCustomCloudGoogleTasks)

Properties

Name Description
HasNextTaskLists Indicates whether more task lists are available beyond those already retrieved. (inherited from TTMSFNCCustomCloudGoogleTasks)
HasNextTasks Indicates whether more tasks are available beyond those already retrieved. (inherited from TTMSFNCCustomCloudGoogleTasks)
TaskLists Gets or sets the collection of task lists retrieved from the account. (inherited from TTMSFNCCustomCloudGoogleTasks)

Methods

Name Description
AddTaskList Creates a new task list with the supplied title on the service. (inherited from TTMSFNCCustomCloudGoogleTasks)
AddTaskToList Adds the supplied task to the given task list on the service. (inherited from TTMSFNCCustomCloudGoogleTasks)
DeleteTask Deletes the supplied task from its task list on the service. (inherited from TTMSFNCCustomCloudGoogleTasks)
DeleteTaskList Deletes the supplied task list from the service. (inherited from TTMSFNCCustomCloudGoogleTasks)
GetNextTaskLists Requests the next page of task lists following the previous GetTaskLists call. (inherited from TTMSFNCCustomCloudGoogleTasks)
GetNextTasks Requests the next page of tasks for the supplied task list following the previous GetTasks call. (inherited from TTMSFNCCustomCloudGoogleTasks)
GetTaskLists Requests the task lists of the account and fills the TaskLists collection when the request completes. (inherited from TTMSFNCCustomCloudGoogleTasks)
GetTasks Requests the tasks contained in the supplied task list, optionally filtering by completion, deletion and visibility, and fills the list's TTMSFNCCloudGoogleTasksTaskList.Tasks collection when the request completes. (inherited from TTMSFNCCustomCloudGoogleTasks)
UpdateTask Updates the supplied task on the service. (inherited from TTMSFNCCustomCloudGoogleTasks)
UpdateTaskList Updates the title of the supplied task list on the service. (inherited from TTMSFNCCustomCloudGoogleTasks)

Events

Name Description
OnAddTask Occurs when a request to add a new task to a list completes. (inherited from TTMSFNCCustomCloudGoogleTasks)
OnAddTaskList Occurs when a request to add a new task list completes. (inherited from TTMSFNCCustomCloudGoogleTasks)
OnDeleteTask Occurs when a request to delete a task completes. (inherited from TTMSFNCCustomCloudGoogleTasks)
OnDeleteTaskList Occurs when a request to delete a task list completes. (inherited from TTMSFNCCustomCloudGoogleTasks)
OnGetTaskLists Occurs when a request to retrieve the task lists of the account completes. (inherited from TTMSFNCCustomCloudGoogleTasks)
OnGetTasks Occurs when a request to retrieve the tasks of a task list completes. (inherited from TTMSFNCCustomCloudGoogleTasks)
OnUpdateTask Occurs when a request to update an existing task completes. (inherited from TTMSFNCCustomCloudGoogleTasks)
OnUpdateTaskList Occurs when a request to update an existing task list completes. (inherited from TTMSFNCCustomCloudGoogleTasks)