Back to Devexpress

TcxCustomSchedulerStorageField Class

vcl-cxschedulerstorage-a3a5989e.md

latest1.2 KB
Original Source

TcxCustomSchedulerStorageField Class

The base class for all classes that implement persistent fields for storing specific user event data.

Declaration

delphi
TcxCustomSchedulerStorageField = class(
    TCollectionItem
)

Remarks

Each field in storage maps to an appropriate TcxSchedulerEvent property. The scheduler storage component manages the data flow between persistent TcxSchedulerEvent objects and the data store.

Do not use this class directly. Use its descendants instead.

Inheritance

TObject TPersistent TCollectionItem TcxCustomSchedulerStorageField

See Also

TcxCustomSchedulerStorageField Members

cxSchedulerStorage Unit