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 Class

A cloud storage component.

#Declaration

Delphi
TdxCloudStorage = class(
    TcxComponent
)

#Remarks

The cloud storage is a non-visual component designed to access, modify, and manage files stored on cloud file storage servers. The component uses a cloud data provider and an associated compatible authorization agent to interact with the corresponding online file storage service on behalf of a user.

The TdxCloudStorage class has the following members that allow you to:

Refer to the following topic for information on how to select and configure an authorization agent: Authorization Agents and Data Providers.

See Also