TdxCloudStorage.RegisteredProviders Property
In This Article
Provides access to the cloud storage component’s collection of registered data providers.
#Declaration
Delphi
class property RegisteredProviders: TcxRegisteredClasses read;
#Property Value
Type |
---|
Tcx |
#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