TcxSchedulerControlEventID Class
In This Article
A TcxSchedulerControlEvent instance’s unique identifier.
#Declaration
Delphi
TcxSchedulerControlEventID = class(
TObject
)
#Remarks
This class contains information used to find the required in-memory user event entity (see the TcxSchedulerControlEvent class). Its fields correspond to the TcxSchedulerEvent.ID, TcxSchedulerEvent.ParentID, and TcxSchedulerEvent.RecurrenceIndex properties.
TcxSchedulerControlEventID is the parent of the TcxSchedulerReminderEventID class.
See Also