Skip to main content

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 TcxSchedulerReminder object is referenced by the TcxSchedulerReminders.Items property.

Inheritance

TObject
TcxSchedulerReminder
See Also