TcxSchedulerStorageFields Class
The TcxSchedulerStorageFields implements a collection containing TcxSchedulerStorageField objects for working with the file system store (see the TcxSchedulerStorage persistence manager).
Declaration
TcxSchedulerStorageFields = class(
TcxCustomSchedulerStorageFields
)
Remarks
The TcxSchedulerStorageFields provides flexibility for handling a variable number of TcxSchedulerStorageField objects. It can be useful if besides the predefined user event‘s attributes (see the TcxSchedulerEvent) the developer needs to add custom attributes that should be persisted in storage (see the TcxSchedulerStorage.CustomFields property).
Inheritance
TObject
TPersistent
TCollection
TcxCustomSchedulerStorageFields
TcxSchedulerStorageFields
See Also