Skip to main content

TdxCloudStorageProvider.Storage Property

Provides access to the cloud storage component to which the current data provider belongs.

Declaration

property Storage: TdxCloudStorage read;

Property Value

Type
TdxCloudStorage

Remarks

You can use this property to identify the cloud storage component to which the data provider belongs and access the storage’s members.

The cloud storage data provider uses the Storage property to synchronize the files and folders between the storage component and the connected online account.

See Also