Back to Devexpress

omGroup Constant

vcl-cxschedulerstorage-b2fbdd9f.md

latest1.1 KB
Original Source

omGroup Constant

Denotes that the user event is a task group.

Declaration

delphi
const omGroup = $0010;

Remarks

Use the omGroup constant to set the Options dataset field (see the TcxSchedulerDBStorageFieldNames.Options property) to the flag that indicates that the event is a task group (see the TcxSchedulerEvent.IsGroup 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

omCollapsed

omEnabled

omReminder

Handling Raw Data

cxSchedulerStorage Unit