TdxGanttControlResources.Append Method
Adds a new resource to the end of the resource collection.
Declaration
function Append: TdxGanttControlResource;
Returns
Type |
---|
TdxGanttControlResource |
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