Skip to main content

TdxGanttControlRecurrencePattern Class

Stores recurrence pattern settings.

Declaration

TdxGanttControlRecurrencePattern = class(
    TdxGanttControlModelOwnedElement
)

Remarks

A recurrence pattern defines the task repetition frequency in VCL Gantt Control.

Users can adjust recurrence pattern settings in the “Recurring Task Information“ dialog.

Task Information Dialog Example

The TdxGanttControlRecurrencePattern API members allow you to do the following:

  • Specify how many times the task occurs (Count)
  • Specify start and finish dates for a recurring task chain (Start and Finish)
  • Specify one day or more to repeat the task (DayOfMonth and Days)
  • Set occurrence duration and display format (Duration and DurationFormat)
  • Specify a recurring task chain’s finish conditions (FinishType)

A task’s RecurrencePattern property references a TdxGanttControlRecurrencePattern object.

See Also