TdxGanttControlCalendars.Remove(TdxGanttControlCalendar) Method
Deletes the specified calendar.
Declaration
procedure Remove(AItem: TdxGanttControlCalendar);
Parameters
Name | Type |
---|---|
AItem | TdxGanttControlCalendar |
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