Skip to main content

TdxCloudStorage.RegisteredProviders Property

Provides access to the cloud storage component’s collection of registered data providers.

Declaration

class property RegisteredProviders: TcxRegisteredClasses read;

Property Value

Type
TcxRegisteredClasses

Remarks

Use this property to identify which data provider class names you can assign to the ProviderClassName property to create a new active provider with the default settings for the cloud storage.

To add/remove TdxCloudStorageProvider class descendants to/from the list of registered providers, call their Register and Unregister class procedures.

See Also