Back to Devexpress

TcxCustomSchedulerStorage Class

vcl-cxschedulerstorage-d791eb46.md

latest2.2 KB
Original Source

TcxCustomSchedulerStorage Class

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

Declaration

delphi
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.

Implements

IcxSchedulerHolidaysListener

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxCustomSchedulerStorage

See Also

TcxSchedulerAggregateStorage

TcxSchedulerDBStorage

TcxSchedulerStorage

TcxSchedulerWebServiceStorage

TcxCustomSchedulerStorage Members

cxSchedulerStorage Unit