TcxSchedulerControlEventID Class
A TcxSchedulerControlEvent instance’s unique identifier.
Declaration
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.
Inheritance
TObject
TcxSchedulerControlEventID
See Also