TcxSchedulerReminder Class
The TcxSchedulerReminder class implements the user event‘s reminder.
Declaration
TcxSchedulerReminder = class(
TObject
)
Remarks
A reminder is used to provide a notification of a future user event (see the TcxSchedulerEvent.Reminder property).
The TcxSchedulerReminder class implements operations, which can be performed on a reminder:
The Dismiss method – switches the applied reminder off for the associated user event.
The Snooze method – defers triggering of the reminder for the specified interval.
The TcxSchedulerReminder class declares properties for accessing the TcxSchedulerReminder instance’s collaborators:
The Event property – returns the associated user event.
The Owner property – returns the TcxSchedulerReminders collection in which the timed out reminder is stored.
The ResourceID property – returns the associated resource’s unique identifier.
The TcxSchedulerReminder object is referenced by the TcxSchedulerReminders.Items property.