Skip to main content

TcxSchedulerReminders.DismissAll Method

Removes TcxSchedulerReminder instances from the TcxSchedulerReminders collection, and deletes the reminder flags from the associated user events.

Declaration

procedure DismissAll;

Remarks

The DismissAll method also updates the TcxSchedulerReminders collection after it has been cleared. Timed out reminders added to the collection as a result of an update, will then be shown in the Reminders window (if the UseReminderWindow property is set to True).

Use the DismissAll method to delete any TcxSchedulerReminder instances, which are currently stored in the TcxSchedulerReminders collection (the timed out reminders), and reminder flags from the associated user events (see the TcxSchedulerEvent.Reminder property).

See Also