TdxGanttControlTaskPredecessorLinks.Remove(TdxGanttControlTaskPredecessorLink) Method
In This Article
Deletes a dependency from the collection.
#Declaration
Delphi
procedure Remove(AItem: TdxGanttControlTaskPredecessorLink);
#Parameters
Name | Type |
---|---|
AItem | Tdx |
#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