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

Create(TdxCloudStorage) Constructor

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

#Declaration

Delphi
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