API: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 TSOAPDomConv object.

Soap.OPToSOAPDomConv.TOPToSoapDomConvert.Destroy inherits from Soap.OPToSOAPDomConv.TSOAPDomConv.Destroy. All content below this line refers to Soap.OPToSOAPDomConv.TSOAPDomConv.Destroy.

Frees the memory associated with the TSOAPDomConv object.

Do not call Destroy to free an instance of TSOAPDomConv. Instead, use the Free method, which first checks for a nil reference before calling Destroy.

See Also