Skip to main content

TdxCloudStorageProvider.Unregister Method

Removes the data provider class from the list of providers available for use with the cloud storage component.

Declaration

class procedure Unregister;

Remarks

The cloud storage component automatically creates a registered data provider on assigning its class name to the component’s ProviderClassName property. The Unregister class procedure is called automatically for all DevExpress cloud storage data providers on finalizing an application that uses the TdxCloudStorage component.

Call this class procedure to remove any TdxCloudStorageProvider class descendant from the list of registered cloud storage data providers.

See Also