TdxCloudStorageGoogleDriveProvider Methods
An online file provider that can work with the Google Drive file storage service.| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetDisplayName | Returns the descriptive name of the target Google cloud storage service. |
| GetExtension(TdxCloudStorageItem) | Returns a filename extension for the specified file or folder metadata container. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| GetScopes protected | Returns the list of online account visibility scopes (that is, account data access permissions) that the data provider requests on a successful connection. Inherited from TdxCloudStorageOAuth2Provider. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| Register | Registers the data provider class in the list of providers available for use with the cloud storage component. Inherited from TdxCloudStorageProvider. |
| ToString | Inherited from TObject. |
| Unregister | Removes the data provider class from the list of providers available for use with the cloud storage component. Inherited from TdxCloudStorageProvider. |
See Also