Skip to main content

Create(TdxCloudStorage) Constructor

Creates a new TdxCloudStorageProvider class descendant instance for the specified cloud storage component.

Declaration

constructor Create(AStorage: TdxCloudStorage); reintroduce;

Parameters

Name Type Description
AStorage TdxCloudStorage

The parent cloud storage component.

Remarks

This constructor supports the internal infrastructure and is not intended for use in your code. To create a new file data provider with the default settings for a cloud storage component, assign the required provider class name to the component’s ProviderClassName property. The newly created provider is accessible via the Provider property. Alternatively, you can assign the corresponding class-reference to the component’s ProviderClass property.

The constructor creates a new Google Drive or Microsoft OneDrive® data provider for the cloud storage component passed as the AStorage parameter and initializes all class properties to their default values.

See Also