Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerReminders.Refresh Method

In This Article

Updates the TcxSchedulerReminders collection.

#Declaration

Delphi
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