TdxSchedulerNewRecurringEvent Class
An action object that corresponds to the NewRecurringEvent command provided by the Scheduler control.
Declaration
TdxSchedulerNewRecurringEvent = class(
TdxSchedulerCustomNewEventAction
)
Remarks
This class does not introduce any new public members. Executing a TdxSchedulerNewRecurringEvent
action object displays the Event dialog and then invokes the Event recurrence dialog as if a user clicked the Recurrence button in the Event dialog:
UI elements linked to a TdxSchedulerNewRecurringEvent
action object are enabled only if the following conditions are met:
- The Scheduler control has an assigned persistent manager component (i.e., the control’s Storage property value is not set to
nil
(in Delphi) ornullptr
(in C++Builder)). - The Scheduler control’s EventOperations.Creating, EventOperations.DialogEditing, and EventOperations.DialogShowing properties are set to
True
.
Inheritance
See Also