Skip to main content

TdxGanttControlAssignments.Append Method

Adds a new assignment to the end of a assignment collection.

Declaration

function Append: TdxGanttControlAssignment;

Returns

Type
TdxGanttControlAssignment

Remarks

This function returns the new last assignment in the collection. To access a assignment by its position in the collection, use the Items property.

You can call the Remove procedure to remove a assignment from the collection or call the Clear procedure to empty the collection.

See Also