Soap.SOAPConn.TSoapConnection.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TSoapConnection(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| destructor | public | Soap.SOAPConn.pas Soap.SOAPConn.hpp |
Soap.SOAPConn | TSoapConnection |
Description
Destroys an instance of TSoapConnection.
Do not call Destroy directly in an application. Instead, use the Free method, which checks that the SOAP connection is not nil before calling Destroy.