TdxGanttControlTasks.Insert(Integer) Method
In This Article
Adds a task to the specified position in the collection.
#Declaration
Delphi
function Insert(Index: Integer): TdxGanttControlTask;
#Parameters
Name | Type |
---|---|
Index | Integer |
#Returns
Type |
---|
Tdx |
#Remarks
Call this function to insert a new task at the Index position. The Insert function returns the newly created task that you can customize. To remove a specific task from the collection, call the Delete procedure.
See Also