Create(TdxCloudStorageProvider) Constructor
Creates a new TdxCloudStorageFiles class descendant instance for the specified cloud storage data provider.
Declaration
constructor Create(AOwner: TdxCloudStorageProvider);
Parameters
Name | Type |
---|---|
AOwner | TdxCloudStorageProvider |
Remarks
This constructor supports the internal infrastructure and is not intended for use in your code.
Once you select a data provider in the cloud storage component, it automatically creates the compatible file storage manager. The newly created file storage manager is accessible via the cloud storage component’s Files property.
The constructor creates a new cloud file storage manager for the data provider passed as the AOwner parameter, creates an empty root folder, initializes an empty special folder list and populates it with the special folders that the target cloud storage service provides.
See Also