Skip to main content
A newer version of this page is available. .

TcxSchedulerStorage Class

A persistence manager that stores user event data and resources in a file system.

Declaration

TcxSchedulerStorage = class(
    TcxCustomSchedulerStorage
)

Remarks

This class implements the unbound event data store mode in the ExpressScheduler Suite. Assign a TcxSchedulerStorage component to the Scheduler control’s Storage property to display and manage user events persisted in a file.

The TcxSchedulerStorage class provides the following members that allow you to:

The Scheduler control’s Storage property references a TcxSchedulerStorage class instance as a TcxCustomSchedulerStorage object.

See Also