Back to Devexpress

TcxSchedulerDBStorageFieldNames.Start Property

vcl-cxschedulerdbstorage-dot-tcxschedulerdbstoragefieldnames-6ac2ac29.md

latest1.7 KB
Original Source

TcxSchedulerDBStorageFieldNames.Start Property

Maps the Start property of all user events to a dataset field.

Declaration

delphi
property Start: TcxFieldName index 13 read; write;

Property Value

TypeDescription
TcxFieldName

The name of the dataset field that stores event start times.

|

Remarks

Use the Start property to store event start times in a dataset field.

Example

delphi
cxSchedulerDBStorage1.FieldNames.Start := mdEventStart.FieldName;
cpp
cxSchedulerDBStorage1->FieldNames->Start = mdEventStart->FieldName;

Note

You need to bind the Start property to the corresponding dataset field to be able to store user events in a data-aware scheduler storage component. The bound dataset field’s type must be TDateTimeField or TSQLTimeStampField.

The Start property’s default value is an empty string.

See Also

Bound Mode

TcxSchedulerDBStorageFieldNames Class

TcxSchedulerDBStorageFieldNames Members

cxSchedulerDBStorage Unit