Soap.SOAPHTTPTrans.THTTPReqResp.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~THTTPReqResp();

Properties

Type Visibility Source Unit Parent
destructor public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

Frees the memory associated with the THTTPReqResp object.

Do not call the Destroy method directly. Instead, use the Free method, which checks for a nil reference before calling Destroy.

The THTTPReqResp destructor ensures that the connection to the server is closed before the component is freed.

See Also