Skip to main content

TcxSchedulerWebServiceStorageCustomProvider Class

The base class for all classes that implement online event data providers.

Declaration

TcxSchedulerWebServiceStorageCustomProvider = class abstract(TInterfacedPersistent)

Remarks

This abstract class implements the core event data provider functionality, including settings common to all provider types. To connect the associated web service storage resource to an online calendar, the event data provider authorizes in an online account by using the corresponding configured authorization agent component.

Main API Members

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

Terminal TcxSchedulerWebServiceStorageCustomProvider Class Descendants

TcxSchedulerWebServiceStorageCustomProvider is an abstract class. You can create a specific online event data provider in a web service storage resource by assigning the class name of a TcxSchedulerWebServiceStorageCustomProvider descendant (TcxSchedulerWebServiceStorageOfficeProvider, for instance) to the resource’s ProviderClassName property. The newly created event data provider is accessible via the resource’s Provider property.

Inheritance

TObject
TPersistent
TInterfacedPersistent
TcxSchedulerWebServiceStorageCustomProvider
See Also