Data.Cloud.CloudAPI.TCloudService

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTCloudService
[–] Properties
Type: class
Visibility: public
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: Data.Cloud.CloudAPI

Delphi

TCloudService = class abstract

C++

class PASCALIMPLEMENTATION TCloudService : public System::TObject

Description

Base cloud service class, providing useful common functionality.

TCloudService holds common functionality for building the authentication string and for issuing properly formatted requests. There are several abstract functions that need to be implemented by subclasses, to provide service-specific functionality.

See Also