Skip to main content

TcxSchedulerStorageResources Class

Contains event storage resources and concomitant settings.

Declaration

TcxSchedulerStorageResources = class(
    TcxInterfacedPersistent,
    IcxStoredObject
)

Remarks

This class implements the core functionality required by all containers that manage event resources stored in various persistence managers. The resources are specific categories that allow you to group user events according to different criteria, such as event creator names, common topics, etc. The associated Scheduler control’s OptionsView.GroupingKind property value determines how the scheduling area shows user events attributed to different resources.

Example

Main API Members

The TcxSchedulerStorageResources class has public API members that allow you to do the following:

Direct TcxSchedulerStorageResources Class Reference

The Resources property of unbound and aggregate event persistence managers references a TcxSchedulerStorageResources object.

Implements

Inheritance

See Also