Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerWebServiceStorageCustomProvider Class

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

#Declaration

Delphi
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