TcxSchedulerWebServiceStorageResourceItem Class
A web service storage resource persisted in an online account.
Declaration
TcxSchedulerWebServiceStorageResourceItem = class(
TcxSchedulerStorageResourceItem
)
Remarks
This class implements a resource (calendar) stored in a web service persistence manager. A web service resource can connect to an online account and synchronize event data via the specified data provider.
The TcxSchedulerWebServiceStorageResourceItem
class has public API members that allow you to do the following:
Specify the resource’s name (Name).
Specify the required online event data provider type (ProviderClassName and ProviderClass).
Access the resource’s active event data provider (Provider).
Enable or disable the read-only mode (ReadOnly).
Specify the resource’s unique identifier (ResourceID).
Mark the resource with an icon from the image list associated with the resource collection (ImageIndex).
Show or hide the online calendar within the scheduling area of the associated Scheduler control (Visible).
Specify the background color of the scheduling area that shows the online calendar (Color).
Specify the event cell background color for the online calendar (EventColor).
Identify the event and scheduling area colors (ActualEventColor and BackgroundColor).
Identify if the online calendar is editable (CanModify).
Access the collection to which the resource belongs (Collection and Resources).
Direct TcxSchedulerWebServiceStorageResourceItem Class Reference
The web service storage resource collection‘s Items property references a TcxSchedulerWebServiceStorageResourceItem
object.