TcxSchedulerReminder Members
The TcxSchedulerReminder class implements the user event‘s reminder.Constructors
Name | Description |
---|---|
Create(TcxSchedulerReminders,TcxSchedulerControlEvent) | Initializes a new instance of the TcxSchedulerReminder class with specified settings. |
Properties
Name | Description |
---|---|
Event | Represents the user event, to which the reminder is applied. |
Owner | Represents the TcxSchedulerReminders collection, which stores timed out reminders. |
ReminderDate | Returns the reminder’s date and time. |
ResourceID | Returns the associated resource’s unique identifier. |
Methods
Name | Description |
---|---|
Dismiss | Switches the reminder off for the associated user event. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
Snooze(TDateTime) | Notifies the scheduler to defer triggering a reminder at the interval specified by the ASnoozeTime parameter. |
ToString | Inherited from TObject. |
See Also