TcxSchedulerDBStorageFieldNames.RecurrenceIndex Property
Maps the TcxSchedulerEvent.RecurrenceIndex property to the corresponding dataset field.
Declaration
property RecurrenceIndex: TcxFieldName index 8 read; write;
Property Value
| Type |
|---|
| TcxFieldName |
Remarks
Use the RecurrenceIndex property to bind the TcxSchedulerEvent.RecurrenceIndex property to the corresponding dataset field.
The dataset field’s type is TIntegerField.
See Also