REST.Backend.EMSProvider.TCustomEMSConnectionInfo.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomEMSConnectionInfo();

Properties

Type Visibility Source Unit Parent
destructor public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo

Description

Destroys this instance of TCustomEMSConnectionInfo.

Destroy frees the created instances of TAndroidPush and TNotifyList.

See Also