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