Table of Contents

TTMSFNCGanttTaskDependency Class

Defines a scheduling dependency from one task to another, including the dependency type and optional delay.

API unit family: TMSFNCGanttClasses Inherits from: TCollectionItem

Syntax

TTMSFNCGanttTaskDependency = class(TCollectionItem)

Properties

Name Description
Active Indicates whether the dependency points to a valid task and can affect scheduling.
Delay Delay applied after the dependency constraint is evaluated.
DependencyType Relationship type between the owner task and the task it depends on.
DependsOnTask Task this dependency refers to.
DependsOnTaskId Application-defined task identifier of the task this dependency refers to.
DependsOnWBS Work breakdown structure value of the task this dependency refers to.
OwnerTask Task that owns this dependency.
Tag Application-defined integer tag value.

Used by