Back to Devexpress

omReminder Constant

vcl-cxschedulerstorage-865e27e4.md

latest1.1 KB
Original Source

omReminder Constant

Denotes that the user event‘s reminder is on.

Declaration

delphi
const omReminder = $0004;

Remarks

Use the omReminder constant to set the Options dataset field (see the TcxSchedulerDBStorageFieldNames.Options property) to the flag that indicates that the reminder is on (see the TcxSchedulerEvent.Reminder property).

Note

this constant should be only used when persisting user event‘s data in a data store without using the scheduler’s storage.

See Also

omAllDayEvent

omEnabled

omCollapsed

omGroup

Handling Raw Data

cxSchedulerStorage Unit