TTMSFNCGanttTasks Class
Collection of tasks owned by a project or parent task.
API unit family: TMSFNCGanttClasses
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCGanttTasks = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Gets or sets a task by zero-based collection index. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new task to the end of the collection. |
| Clear | Removes all tasks from the collection. |
| Delete | Deletes the task at the specified collection index. |
| Insert | Inserts a new task at the specified collection index. |
| InsertTask | Inserts a task and initializes its scheduling and display values. |
| Sort | Sorts tasks by the specified task property. |