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

TdxCloudStorage.Files Property

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

#Declaration

Delphi
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