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