Skip to main content

TcxCustomSchedulerStorage Class

The base class for all classes that implement persistence manager components that the Scheduler control can use.

Declaration

TcxCustomSchedulerStorage = class(
    TcxCustomComponent,
    IcxSchedulerHolidaysListener
)

Remarks

This component provides persistence for TcxSchedulerEvent and TcxSchedulerStorageResourceItem objects in a data store and manages the data flow between in-memory TcxSchedulerControlEvent objects and TcxSchedulerEvent objects persisted in a data store. To store the objects mentioned in a data store an instance of a descendant of the TcxCustomSchedulerStorage (the TcxSchedulerStorage or TcxSchedulerDBStorage) should be plugged into the scheduler control via the TcxScheduler.Storage property.

You do not need to create instances of the TcxCustomSchedulerStorage class. Use its descendants instead.

Inheritance

See Also