TdxGanttControlResources.Delete(Integer) Method
Deletes a resource at a specified position from the collection.
Declaration
procedure Delete(Index: Integer);
Parameters
Name | Type |
---|---|
Index | Integer |
Remarks
Call this procedure to destroy a resource whose index is passed as the AIndex parameter. To remove a specific resource from the collection, call the Remove procedure.
See Also