Create(TcxSchedulerWebServiceStorage) Constructor
Creates a new online event data provider for the specified web service event persistence manager.
Declaration
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