Skip to main content

TcxSchedulerEventOperations Class

Stores end-user permission settings applied to operations on user events.

Declaration

TcxSchedulerEventOperations = class(
    TPersistent
)

Remarks

This class implements the scheduler control’s end-user permission settings. You can protect all user events within the scheduling area from any accidental changes by enabling read-only mode via the ReadOnly property.

Alternatively, you can forbid or allow end-users to perform specific operations on events by using the corresponding properties listed below. These settings have no effect in read-only mode, and all permission-related properties, except for DialogShowing, return False regardless of their underlying field values while the ReadOnly property is True.

The TcxSchedulerEventOperations class provides the following members that allow you to forbid or allow end-users to perform the following operations:

The scheduler’s EventOperations property references a TcxSchedulerEventOperations object.

Inheritance

TObject
TPersistent
TcxSchedulerEventOperations
See Also