Skip to main content

TdxCloudStorageGoogleDriveFiles Class

A Google Drive file storage manager.

Declaration

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