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

TdxCloudStorage.RegisteredProviders Property

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

#Declaration

Delphi
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