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

Create(TcxSchedulerWebServiceStorage) Constructor

Creates a new online event data provider for the specified web service event persistence manager.

#Declaration

Delphi
constructor Create(AOwner: TcxSchedulerWebServiceStorage); virtual;

#Parameters

Name Type
AOwner TcxSchedulerWebServiceStorage

#Remarks

This constructor supports the internal infrastructure and is not intended to be used directly from your code. To create an event data provider for a resource, assign the corresponding data provider class name to the resource‘s ProviderClassName property instead. The newly created provider is accessible via the resource’s Provider property as a TcxSchedulerWebServiceStorageCustomProvider object.

Alternatively, you can call the persistence manager’s CreateProvider function and assign its result to the resource’s Provider property.

See Also