Soap.WebBrokerSOAP.THTTPSoapDispatcher.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~THTTPSoapDispatcher();

Properties

Type Visibility Source Unit Parent
destructor public
Soap.WebBrokerSOAP.pas
Soap.WebBrokerSOAP.hpp
Soap.WebBrokerSOAP THTTPSoapDispatcher

Description

Frees the memory associated with the THTTPSoapDispatcher object.

Do not call Destroy directly. Instead,call Free, which verifies that the THTTPSoapDispatcher reference is not nil before calling Destroy.

See Also