TcxSchedulerDBStorageFieldNames.TaskIndexField Property
In This Article
Maps the TcxSchedulerEvent.TaskIndex property to the corresponding dataset field.
#Declaration
Delphi
property TaskIndexField: TcxFieldName index 18 read; write;
#Property Value
Type |
---|
Tcx |
#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