TcxSchedulerDBStorageFieldNames.TaskCompleteField Property
Maps the TcxSchedulerEvent.TaskComplete property to the corresponding dataset field.
Declaration
property TaskCompleteField: TcxFieldName index 17 read; write;
Property Value
| Type |
|---|
| TcxFieldName |
Remarks
Use the TaskCompleteField property to bind the TcxSchedulerEvent.TaskComplete property to the corresponding dataset field.
Set the dataset field’s type to TIntegerField.
See Also