TdxGanttControlTaskPredecessorLinks Class
A task dependency collection.
Declaration
TdxGanttControlTaskPredecessorLinks = class(
TdxGanttControlElementCustomOwnedList
)
Remarks
The TdxGanttControlTaskPredecessorLinks class members allow you to do the following:
- Manage dependencies (Append, Remove, and Clear)
- Access a dependency (Items and GetItemByPredecessorUID)
- Identify the dependency owner(s) (ToArray)
A task’s PredecessorLinks property references a TdxGanttControlTaskPredecessorLinks class instance.
Inheritance
See Also