Skip to main content

TcxSchedulerStorageField Class

The TcxSchedulerStorageField implements a persistent field in a data store to store the TcxSchedulerEvent or TcxSchedulerStorageResourceItem property.

Declaration

TcxSchedulerStorageField = class(
    TcxCustomSchedulerStorageField
)

Remarks

Each field in storage maps to the appropriate TcxSchedulerEvent or TcxSchedulerStorageResourceItem property. The TcxSchedulerStorage persistence manager component manages the data flow between in-memory TcxSchedulerControlEvent and persistent TcxSchedulerEvent objects. The TcxSchedulerStorageField object is referenced by the TcxSchedulerStorageFields.Items property.

See Also