Skip to main content

TcxCustomScheduler Class

The base class for classes that implement the scheduler control.

Declaration

TcxCustomScheduler = class(
    TcxControl,
    IcxSchedulerStorageListener,
    IcxFormatControllerListener,
    IcxFormatControllerListener2,
    IcxStoredObject,
    IdxSkinSupport
)

Remarks

The scheduler control provides a graphical interface to end-users for scheduling user events. The TcxCustomScheduler is implemented as a container capable of holding other components within its boundaries (see the ControlBox, CurrentView and DateNavigator properties). To achieve flexibility in its behavior and appearance the TcxCustomScheduler encapsulates settings that enable the customization of some of the scheduler control’s features (see the OptionsCustomize, OptionsView and Styles properties).

To persist user events the scheduler control can be plugged into any data store using the persistence manager component (see the Storage property).

Do not use this class directly. Use its descendants instead.

See Also