Back to Devexpress

TcxSchedulerControlEventID Class

vcl-cxschedulerstorage-c72bea51.md

latest1.2 KB
Original Source

TcxSchedulerControlEventID Class

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.

Inheritance

TObject TcxSchedulerControlEventID

See Also

TcxSchedulerControlEventID Members

cxSchedulerStorage Unit