TTMSFNCGanttTaskDependencies Class
Collection of dependencies owned by a task.
API unit family: TMSFNCGanttClasses
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCGanttTaskDependencies = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Dependency at the specified zero-based index. |
| Task | Task that owns this dependency collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new dependency to the collection. |
| AddDependency | Adds a configured dependency to another task. |
| Insert | Inserts a dependency at the specified index. |