Soap.SOAPDomConv.TSOAPDOMProcessor.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSOAPDOMProcessor();

Properties

Type Visibility Source Unit Parent
destructor public
Soap.SOAPDomConv.pas
Soap.SOAPDomConv.hpp
Soap.SOAPDomConv TSOAPDOMProcessor

Description

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.

See Also