Back to Devexpress

TdxGanttControlCalendars.Remove(TdxGanttControlCalendar) Method

vcl-dxganttcontrolcalendars-dot-tdxganttcontrolcalendars-dot-remove-x28-dxganttcontrolcalendars-dot-tdxganttcontrolcalendar-x29.md

latest983 B
Original Source

TdxGanttControlCalendars.Remove(TdxGanttControlCalendar) Method

Deletes the specified calendar.

Declaration

delphi
procedure Remove(AItem: TdxGanttControlCalendar);

Parameters

NameType
AItemTdxGanttControlCalendar

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

Append

Items

TdxGanttControlCalendars Class

TdxGanttControlCalendars Members

dxGanttControlCalendars Unit