TcxSchedulerDBStorageFieldNames.TaskLinksField Property
In This Article
Maps the TcxSchedulerEvent.TaskLinks property to the corresponding dataset field.
#Declaration
Delphi
property TaskLinksField: TcxFieldName index 19 read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the TaskLinksField property to bind the TcxSchedulerEvent.TaskLinks property to the corresponding dataset field.
Set the dataset field’s type to TBlobField.
See Also