Back to Devexpress

TdxGanttControlTasks.Append Method

vcl-dxganttcontroltasks-dot-tdxganttcontroltasks-b938d666.md

latest869 B
Original Source

TdxGanttControlTasks.Append Method

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

Declaration

delphi
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

TdxGanttControlTasks Class

TdxGanttControlTasks Members

dxGanttControlTasks Unit