Soap.OPToSOAPDomConv.TOPToSoapDomConvert.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor  Destroy; override;

C++

__fastcall virtual ~TOPToSoapDomConvert();

Properties

Type Visibility Source Unit Parent
destructor public
Soap.OPToSOAPDomConv.pas
Soap.OPToSOAPDomConv.hpp
Soap.OPToSOAPDomConv TOPToSoapDomConvert

Description

Frees the memory associated with the TOPToSoapDomConvert object.

Typically, TOPToSoapDomConvert objects are freed by the objects that create them to handle the marshaling and unmarshaling of SOAP method calls.

Do not call Destroy directly in an application. Instead, use the Free method, that checks whether the reference is nil before calling Destroy.

See Also