TcxSchedulerDBStorageFieldNames.ReminderDate Property
Maps the TcxSchedulerEvent.ReminderDate property to the corresponding dataset field.
Declaration
property ReminderDate: TcxFieldName index 10 read; write;
Property Value
Type |
---|
TcxFieldName |
Remarks
Use the ReminderDate property to bind the TcxSchedulerEvent.ReminderDate property to the corresponding dataset field.
Value restriction rule: since the corresponding field can also store a custom occurrence’s value (the TcxSchedulerEvent.EventType is etCustom), this field must be specified as nulls allowed. By default, if a different value is not specified for a custom occurrence, the occurrence uses a value of its pattern. In this case, the NULL value is stored in the field.
The dataset field’s type is TDateTimeField or TSQLTimeStampField.
Note
The ReminderDate property is required to be bound to the corresponding dataset field, if a reminder is used.
See Also