Skip to main content

TdxCloudStorage.Files Property

Provides access to the hierarchical resource structure of the connected cloud storage.

Declaration

property Files: TdxCloudStorageFiles read;

Property Value

Type
TdxCloudStorageFiles

Remarks

Use this property to access and manage content of the cloud storage once you have successfully established a connection to it. Select a suitable provider, configure a compatible authorization agent, and set the Connected property to True. If no error occurs, you can call the Files.FetchAll procedure to load cloud storage content into the Files.Root and Files.SpecialFolders resource lists. Refer to the TdxCloudStorageFiles class description for detailed information on all available options.

Note

The Files property returns nil (in Delphi) or nullptr/NULL (in C++Builder) if the cloud storage component has no active data provider (that is, the Provider property is set to nil/nullptr).

See Also