Back to Devexpress

omCollapsed Constant

vcl-cxschedulerstorage-43f643a7.md

latest1.0 KB
Original Source

omCollapsed Constant

Denotes the predecessor task’s expand status.

Declaration

delphi
const omCollapsed = $0008;

Remarks

Use the omCollapsed constant to set the Options dataset field (see the TcxSchedulerDBStorageFieldNames.Options property) to the flag that specifies the predecessor task’s expand status (see the TcxSchedulerEventLinks.Expanded property).

Note

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

See Also

omGroup

omEnabled

omAllDayEvent

omReminder

Handling Raw Data

cxSchedulerStorage Unit