TdxGanttControlCalendars.Remove(TdxGanttControlCalendar) Method
In This Article
Deletes the specified calendar.
#Declaration
Delphi
procedure Remove(AItem: TdxGanttControlCalendar);
#Parameters
Name | Type |
---|---|
AItem | Tdx |
#Remarks
Call this procedure to remove a calendar passed as the AItem parameter from the collection. A Remove procedure call has no effect if you pass any of the following as the parameter:
- A calendar that does not belong to the collection
- Nil
See Also