Skip to main content

TdxGanttControlCalendars Members

A calendar collection in the VCL Gantt Control.

Constructors

Name Description
Create(TdxGanttControlCustomDataModel) Initializes a new instance of the TdxGanttControlModelElement class with specified settings. Inherited from TdxGanttControlModelElement.

Properties

Name Description
Count Inherited from TdxGanttControlModelElementList.
DataModel Inherited from TdxGanttControlModelElement.
Items Provides access to all calendars in the collection.
StandardCalendar Provides access to the standard calendar settings.

Methods

Name Description
Append Creates a new calendar and appends it to the collection.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Inherited from TdxGanttControlPersistent.
CancelUpdate Inherited from TdxGanttControlPersistent.
Create24HoursCalendar Creates a new twenty-four-hour calendar and appends it to the collection.
CreateNightCalendar Creates a new “Night Shift” calendar and appends it to the collection.
EndUpdate Inherited from TdxGanttControlPersistent.
Equals(TObject) Inherited from TObject.
GetCalendarByName(string) Returns a calendar with the specified name.
GetCalendarByUID(Integer) Returns a calendar with the specified unique identifier.
GetHashCode Inherited from TObject.
GetItemByUID(Integer) Inherited from TdxGanttControlModelUIDElementList.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
IndexOf(TdxGanttControlModelElementListItem) Inherited from TdxGanttControlModelElementList.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
Remove(TdxGanttControlCalendar) Deletes the specified calendar.
Reset Inherited from TdxGanttControlPersistent.
ToString Inherited from TObject.
See Also