TdxCloudStorageProvider Methods
The base class for all classes that implement cloud storage data providers.| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetDisplayName | Returns the name of the cloud storage service type to which the data provider can connect. |
| GetExtension(TdxCloudStorageItem) | Returns a filename extension for the specified cloud resource metadata container. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| 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. |
| ToString | Inherited from TObject. |
| Unregister | Removes the data provider class from the list of providers available for use with the cloud storage component. |
See Also