Skip to main content

TdxGanttControlTaskPredecessorLink Class

A task dependency in the VCL Gantt Control.

Declaration

TdxGanttControlTaskPredecessorLink = class(
    TdxGanttControlModelElementListItem
)

Remarks

Dependencies specify relationships between tasks. This allows a user to define when a task should begin or end in relation to another task.

A task that depends on another task’s completion is a successor task. A task that defines when dependent task should start or finish is a predecessor task. A single task can have one dependency or more.

TdxGanttControlTaskPredecessorLink members allow you to do the following:

The following API members in a dependency collection reference a TdxGanttControlTaskPredecessorLink class instance:

See Also