TdxGanttControlResources.Remove(TdxGanttControlResource) Method
In This Article
Deletes the specified resource.
#Declaration
Delphi
procedure Remove(AItem: TdxGanttControlResource);
#Parameters
Name | Type |
---|---|
AItem | Tdx |
#Remarks
Call this procedure to remove a resource passed as the AItem parameter from the collection. A Remove procedure call has no effect if you pass a non-existent resource as the parameter.
To delete a resource at a specific position, call the Delete procedure.
See Also