Skip to main content

TdxCloudStorage Class

A cloud storage component.

Declaration

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