Skip to main content

TcxSchedulerReminders.SnoozeAll(TDateTime) Method

Notifies the scheduler to defer triggering of all the TcxSchedulerReminder reminders, which are currently stored in the TcxSchedulerReminders collection for the specified ASnoozeTime interval (regarding to the current time).

Declaration

procedure SnoozeAll(ASnoozeTime: TDateTime);

Parameters

Name Type
ASnoozeTime TDateTime

Remarks

Reminders, which are added to the TcxSchedulerReminders collection, will be then shown in the Reminders window (if the UseReminderWindow property is set to True).

Use the SnoozeAll method to defer triggering of TcxSchedulerReminder reminders, which are currently stored in the TcxSchedulerReminders collection, for the specified interval (with regards to the current time).

ASnoozeTime specifies the time interval reminders will be deferred for triggering. If ASnoozeTime is greater than 0, then the reminder alerts at the calculated lead-time. Otherwise, the reminder alerts at a user event‘s start time (see the TcxSchedulerEvent.Start property).

See Also