TdxGanttControlResources.Append Method
In This Article
Adds a new resource to the end of the resource collection.
#Declaration
Delphi
function Append: TdxGanttControlResource;
#Returns
Type |
---|
Tdx |
#Remarks
This function returns the new last resource in the collection. To add a resource to the specified position in the collection, call the Insert procedure.
See Also