TdxGanttControlTasks.Append Method
In This Article
Adds a new task to the end of a task collection.
#Declaration
Delphi
function Append: TdxGanttControlTask;
#Returns
Type |
---|
Tdx |
#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