Back to Devexpress

TcxSchedulerDBStorageFieldNames.TaskIndexField Property

vcl-cxschedulerdbstorage-dot-tcxschedulerdbstoragefieldnames-3be8e49a.md

latest1.0 KB
Original Source

TcxSchedulerDBStorageFieldNames.TaskIndexField Property

Maps the TcxSchedulerEvent.TaskIndex property to the corresponding dataset field.

Declaration

delphi
property TaskIndexField: TcxFieldName index 18 read; write;

Property Value

Type
TcxFieldName

Remarks

Use the TaskIndexField property to bind the TcxSchedulerEvent.TaskIndex property to the corresponding dataset field.

Set the dataset field’s type to TIntegerField.

See Also

Bound Mode

TcxSchedulerDBStorageFieldNames Class

TcxSchedulerDBStorageFieldNames Members

cxSchedulerDBStorage Unit