TcxSchedulerDBStorageFieldNames.RecurrenceInfo Property
Maps the TcxSchedulerEvent.RecurrenceInfo property to the corresponding dataset field.
Declaration
property RecurrenceInfo: TcxFieldName index 9 read; write;
Property Value
Type |
---|
TcxFieldName |
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