Data.Cloud.CloudAPI.TCloudService.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudService

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~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