TdxGanttControlResources.Insert(Integer) Method
In This Article
Adds a resource to the specified position in the collection.
#Declaration
Delphi
function Insert(Index: Integer): TdxGanttControlResource;
#Parameters
Name | Type |
---|---|
Index | Integer |
#Returns
Type |
---|
Tdx |
#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