Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerDBStorageFieldNames.ReminderMinutesBeforeStart Property

Binds the TcxSchedulerEvent.ReminderMinutesBeforeStart property to the specified field in the dataset.

#Declaration

Delphi
property ReminderMinutesBeforeStart: TcxFieldName index 11 read; write;

#Property Value

Type
TcxFieldName

#Remarks

Use the ReminderMinutesBeforeStart property to bind the TcxSchedulerEvent.ReminderMinutesBeforeStart 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 TIntegerField.

Note

The ReminderMinutesBeforeStart property is required to be bound to the corresponding dataset field, if a reminder is used.

See Also