Skip to main content

TdxCloudStorageProvider.Register Method

Registers the data provider class in the list of providers available for use with the cloud storage component.

Declaration

class procedure Register;

Remarks

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

Call this class procedure to register a custom cloud storage data provider class inherited from the TdxCloudStorageProvider class.

See Also