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