TdxGanttControlTasks.Append Method
Adds a new task to the end of a task collection.
Declaration
function Append: TdxGanttControlTask;
Returns
Type |
---|
TdxGanttControlTask |
Remarks
This function returns the new last task in the collection. To insert a new task at a specific position in the collection, call the Insert function instead.
To remove a task from the collection, you call the Delete procedure.
See Also