TcxSchedulerReminders Methods
The TcxSchedulerReminders class manages timed out reminders, and also allows the Reminders window to be invoked.| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| BeginUpdate | |
| DismissAll | Removes TcxSchedulerReminder instances from the TcxSchedulerReminders collection, and deletes the reminder flags from the associated user events. |
| EndUpdate | |
| Equals(TObject) | Inherited from TObject. |
| GetEventDueTimeText(TcxSchedulerReminder,TDateTime) | Returns a formatted time string as the time interval between the start time of the user event that the AReminder reminder relates to and the ATime bound. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| HasReminders | Checks if there are reminders in the TcxSchedulerReminders collection. |
| HideReminderWindow | Closes the Reminders window. |
| IsLocked | Determines whether the TcxSchedulerReminders collection can be updated. |
| IsReminderByResourceAvailable | |
| IsReminderValid(TcxSchedulerReminder) | |
| IsReminderWindowShown | Determines whether the Reminders window is currently displayed. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| Refresh | Updates the TcxSchedulerReminders collection. |
| ShowReminderWindow | Invokes the Reminders window. |
| SnoozeAll(TDateTime) | 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). |
| ToString | Inherited from TObject. |
See Also