Back to Devexpress

TcxSchedulerDBStorageFieldNames.ReminderResourcesData Property

vcl-cxschedulerdbstorage-dot-tcxschedulerdbstoragefieldnames-5c6faaca.md

latest2.1 KB
Original Source

TcxSchedulerDBStorageFieldNames.ReminderResourcesData Property

Maps the TcxSchedulerEvent‘s ReminderResourcesData internal field to the corresponding dataset field.

Declaration

delphi
property ReminderResourcesData: TcxFieldName index 21 read; write;

Property Value

Type
TcxFieldName

Remarks

Use the ReminderResourcesData property to bind the TcxSchedulerEvent‘s ReminderResourcesData field 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 TBlobField.

Note

Grouping user events by resources in the Reminders window (see the TcxSchedulerReminders.ReminderByResource property) is only enabled in bound mode, if the ReminderResourcesData field is bound to the dataset field.

See Also

TcxSchedulerReminders.ReminderByResource

Applying The Recurrence Pattern

Bound Mode

TcxSchedulerDBStorageFieldNames Class

TcxSchedulerDBStorageFieldNames Members

cxSchedulerDBStorage Unit