Skip to main content

TdxGanttControlTaskPredecessorLinks.Remove(TdxGanttControlTaskPredecessorLink) Method

Deletes a dependency from the collection.

Declaration

procedure Remove(AItem: TdxGanttControlTaskPredecessorLink);

Parameters

Name Type
AItem TdxGanttControlTaskPredecessorLink

Remarks

Call this procedure to delete a dependency passed as the AItem parameter. You can call the Clear procedure to delete all items in the dependency collection.

See Also