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.
Main API Members
The TcxSchedulerStorageResources
class has public API members that allow you to do the following:
Access and manage the resource collection (ResourceItems and Items).
Assign an image source for the stored resources (Images).
Identify if there is a resource associated with an image from the image source (AreImagesUsed).
Obtain individual resource names (GetResourceName and GetResourceNameByID).
Access the persistence manager to which the resource container belongs (Storage).
Respond to visibility state changes applied to individual event storage resources (OnResourceVisibleChanged).
Direct TcxSchedulerStorageResources Class Reference
The Resources property of unbound and aggregate event persistence managers references a TcxSchedulerStorageResources
object.