Soap.OPToSOAPDomConv.TSOAPDomConv.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

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 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