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

TdxCloudStorageGoogleDriveFiles Class

A Google Drive file storage manager.

#Declaration

Delphi
TdxCloudStorageGoogleDriveFiles = class(
    TdxCloudStorageFiles
)

#Remarks

This class does not introduce any new public members, except for extending its ancestor with the capability to retrieve the contents of special folders on a Google Drive file storage server. The current Google Drive storage manager implementation can provide access to the “Recent”, “Shared with me”, “Starred”, and “Trash” special folders. Refer to the TdxCloudStorageFiles class description for information on the core functionality that the online file storage managers provide.

The cloud storage component’s Files property references a TdxCloudStorageGoogleDriveFiles class instance as a TdxCloudStorageFiles object if the component’s ProviderClass property is set to TdxCloudStorageGoogleDriveProvider.

#Inheritance

TObject
TdxCloudStorageFiles
TdxCloudStorageGoogleDriveFiles
See Also