TcxSchedulerReminders.Refresh Method
Updates the TcxSchedulerReminders collection.
Declaration
procedure Refresh;
Remarks
The TcxSchedulerReminders collection contains timed out reminders, if there are any. The stored reminders will be then shown in the Reminders window (if the UseReminderWindow property is set to True).
Use the Refresh method every time the TcxSchedulerReminders collection needs to be synchronized with the timed out reminders.
Note
use the IsLocked method to check whether the collection can be updated.
See Also