TcxSchedulerDBStorageFieldNames.TaskIndexField Property
Maps the TcxSchedulerEvent.TaskIndex property to the corresponding dataset field.
Declaration
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