TTMSFNCCloudGoogleTasksTaskList Class
Represents a single task list, identified by an id and title, and containing the tasks that belong to it.
API unit family: TMSFNCCloudGoogleTasks
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudGoogleTasksTaskList = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| ID | Gets or sets the unique identifier of the task list assigned by the service. |
| Tasks | Gets or sets the collection of tasks that belong to this list. |
| Title | Gets or sets the display title of the task list. |
| Updated | Gets or sets the timestamp of the last modification of the task list. |
Methods
| Name | Description |
|---|---|
| FromJSON | Populates the task list properties from a parsed JSON value returned by the service. |
| GetOwner | Returns the persistent object that owns this task list item. |
| GetTasks | Requests the tasks contained in this list from the service and fills the Tasks collection when the request completes. |