TcxSchedulerDBStorage.CustomFields Property
In This Article
Represents user-defined fields in storage.
#Declaration
Delphi
property CustomFields: TcxSchedulerDBStorageFields read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the CustomFields property to specify custom fields.
Important
if connected to the scheduler via the aggregate storage, each linked storage must mirror the custom fields of other linked storages (and custom fields of all linked storages must be specified in the aggregate storage). In other words, custom fields must be cross-specified in storages (see the Tcx
See Also