Skip to main content

TcxSchedulerDBStorage.FieldNames Property

Provides access to the dataset field names used for binding dataset fields to individual properties of the persisted user events.

Declaration

property FieldNames: TcxSchedulerDBStorageFieldNames read; write;

Property Value

Type
TcxSchedulerDBStorageFieldNames

Remarks

Use this property to map persisted event properties to the corresponding dataset fields that actually store their values. You need to assign required names of the underlying dataset’s fields to the following properties to be able to manage user events in the associated Scheduler control:

You can also map optional event properties to the corresponding dataset fields to be able to store additional event information, such as captions and descriptions. Refer to the TcxSchedulerDBStorageFieldNames class description for detailed information on all available options.

See Also