API:Soap.OPToSOAPDomConv.TSOAPDomConv.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TSOAPDomConv();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| destructor | public | Soap.OPToSOAPDomConv.pas Soap.OPToSOAPDomConv.hpp |
Soap.OPToSOAPDomConv | TSOAPDomConv |
Description
Frees the memory associated with the TSOAPDOMProcessor object.
Soap.OPToSOAPDomConv.TSOAPDomConv.Destroy inherits from Soap.SOAPDomConv.TSOAPDOMProcessor.Destroy. All content below this line refers to Soap.SOAPDomConv.TSOAPDOMProcessor.Destroy.
Frees the memory associated with the TSOAPDOMProcessor object.
Do not call Destroy to free an instance of TSOAPDOMProcessor. Instead, use the Free method, which first checks for a nil reference before calling Destroy.