Skip to main content

TcxSchedulerWebServiceStorageResourceItem.Provider Property

Provides access to the web service storage resource’s active online event data provider.

Declaration

property Provider: TcxSchedulerWebServiceStorageCustomProvider read; write;

Property Value

Type
TcxSchedulerWebServiceStorageCustomProvider

Remarks

A valid online event data provider with a configured authorization agent is required to connect the web service storage resource to an online account and synchronize event data in a selected calendar. Assign a registered provider class by its name or class reference via the ProviderClassName or ProviderClass property to create the corresponding event data provider for the web service resource prior to an attempt to access the Provider property. Then, you can use it to customize the data provider’s settings, connect to the supported online account and obtain calendars within it. Cast the Provider property value to the corresponding TcxSchedulerWebServiceStorageCustomProvider class descendant to access provider-specific settings.

Note

Every time you change the ProviderClass or ProviderClassName property value, the web service storage resource discards the current event data provider settings and automatically recreates the provider according to the new specified class.

The default Provider property value is nil.

See Also