Skip to main content

TcxSchedulerControlEvent Class

A temporary in-memory user event object in the scheduler control.

Declaration

TcxSchedulerControlEvent = class(
    TcxSchedulerEvent
)

Remarks

TcxSchedulerControlEvent objects are stored in a cache (a TcxSchedulerCachedEventList object) for operating on user events under the current session of the scheduler control and are not tied to the persistence mechanism. Each TcxSchedulerControlEvent object is a lightweight version of a TcxSchedulerEvent object persisted in a data store.

The scheduler’s SelectedEvents and VisibleEvents properties reference TcxSchedulerControlEvent objects.

Inheritance

TObject
TPersistent
TcxSchedulerEvent
TcxSchedulerControlEvent
See Also