TcxCustomSchedulerStorageField Class
The base class for all classes that implement persistent fields for storing specific user event data.
Declaration
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