TTMSFNCCloudGoogleTasksTask Class
Represents a single task within a task list, exposing its identity, title, status, scheduling and hierarchy information.
API unit family: TMSFNCCloudGoogleTasks
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudGoogleTasksTask = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Deleted | Indicates whether the task has been deleted. |
| Due | Gets or sets the due date and time of the task. |
| Hidden | Indicates whether the task is hidden. |
| ID | Gets or sets the unique identifier of the task assigned by the service. |
| Link | Gets or sets the URL that links to the task resource. |
| Notes | Gets or sets the free-form notes associated with the task. |
| Parent | Gets or sets the identifier of the parent task when this task is a subtask. |
| Position | Gets or sets the position of the task among its siblings within the list. |
| Status | Gets or sets the completion status of the task. |
| Title | Gets or sets the display title of the task. |
| Updated | Gets or sets the timestamp of the last modification of the task. |
Methods
| Name | Description |
|---|---|
| FromJSON | Populates the task properties from a parsed JSON value returned by the service. |
| GetOwner | Returns the persistent object that owns this task item. |