Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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