TdxGanttControlResources.Insert(Integer) Method
Adds a resource to the specified position in the collection.
Declaration
function Insert(Index: Integer): TdxGanttControlResource;
Parameters
Name | Type |
---|---|
Index | Integer |
Returns
Type |
---|
TdxGanttControlResource |
Remarks
Call this function to insert a new resource to the AIndex position in the collection. To add a resource to the end of the collection, call the Append procedure.
See Also