Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerDBStorageFieldNames Class

Represents a set of dataset fields’ names used for binding dataset fields to the persistent TcxSchedulerEvent ‘s properties.

#Declaration

Delphi
TcxSchedulerDBStorageFieldNames = class(
    TPersistent
)

#Remarks

Each field in a dataset maps to the TcxSchedulerEvent ‘s persistent properties. The TcxSchedulerDBStorageFieldNames exposes properties which contain the names of appropriate fields. Each property of the TcxSchedulerDBStorageFieldNames corresponds to the TcxSchedulerEvent ‘s property. The TcxSchedulerDBStorageFieldNames object is referenced by the TcxSchedulerDBStorage.FieldNames property.

At least five fields are required to be defined and bounded to the TcxSchedulerEvent‘s properties through the TcxSchedulerDBStorageFieldNames properties: TcxSchedulerDBStorageFieldNames.ID, TcxSchedulerDBStorageFieldNames.Start, TcxSchedulerDBStorageFieldNames.Finish, TcxSchedulerDBStorageFieldNames.EventType and TcxSchedulerDBStorageFieldNames.Options.

#Inheritance

TObject
TPersistent
TcxSchedulerDBStorageFieldNames
See Also