Data.Cloud.CloudAPI.TCloudService.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCloudService();

Properties

Type Visibility Source Unit Parent
destructor public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudService

Description

Frees the FAuthenticator and destroys the instance.

Note that Destroy only frees the authenticator and destroys the instance. The ConnectionInfo is not freed.

See Also