Back to Devexpress

TcxSchedulerDBStorageFieldNames.Finish Property

vcl-cxschedulerdbstorage-dot-tcxschedulerdbstoragefieldnames-18868362.md

latest1.7 KB
Original Source

TcxSchedulerDBStorageFieldNames.Finish Property

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

Declaration

delphi
property Finish: TcxFieldName index 2 read; write;

Property Value

TypeDescription
TcxFieldName

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

|

Remarks

Use the Finish property to store event finish times in a dataset field.

Example

delphi
cxSchedulerDBStorage1.FieldNames.Finish := mdEventFinish.FieldName;
cpp
cxSchedulerDBStorage1->FieldNames->Finish = mdEventFinish->FieldName;

Note

You need to bind the Finish 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 Finish property’s default value is an empty string.

See Also

Bound Mode

TcxSchedulerDBStorageFieldNames Class

TcxSchedulerDBStorageFieldNames Members

cxSchedulerDBStorage Unit