TcxSchedulerReminderEventID Class
In This Article
The TcxSchedulerReminderEventID class implements the unique identifier of the user event that contains the scheduled reminder.
#Declaration
Delphi
TcxSchedulerReminderEventID = class(
TcxSchedulerControlEventID
)
#Remarks
The TcxSchedulerReminderEventID class contains information for finding the required in-memory user event entity (see the TcxSchedulerControlEvent class) with a reminder. The fields inherited correspond to the TcxSchedulerEvent.ID, TcxSchedulerEvent.ParentID and TcxSchedulerEvent.RecurrenceIndex properties. Additionally it introduces a field, which corresponds to the TcxSchedulerEvent.ReminderDate property.
#Inheritance
TObject
TcxSchedulerControlEventID
TcxSchedulerReminderEventID
See Also