TdxGanttControlTasks.Insert(Integer) Method
Adds a task to the specified position in the collection.
Declaration
function Insert(Index: Integer): TdxGanttControlTask;
Parameters
| Name | Type |
|---|---|
| Index | Integer |
Returns
| Type |
|---|
| TdxGanttControlTask |
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