Skip to main content

TdxGanttControlAssignments.Remove(TdxGanttControlAssignment) Method

Deletes an assignment from the collection.

Declaration

procedure Remove(AItem: TdxGanttControlAssignment);

Parameters

Name Type
AItem TdxGanttControlAssignment

Remarks

Call this procedure to delete an assignment passed as the AItem parameter. You can call the Clear procedure to delete all items from the assignment collection.

See Also