API:Soap.SOAPHTTPClient.THTTPRIO.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~THTTPRIO();

Properties

Type Visibility Source Unit Parent
destructor public
Soap.SOAPHTTPClient.pas
Soap.SOAPHTTPClient.hpp
Soap.SOAPHTTPClient THTTPRIO

Description

Destroys the instance of a TRIO object.

Soap.SOAPHTTPClient.THTTPRIO.Destroy inherits from Soap.Rio.TRIO.Destroy. All content below this line refers to Soap.Rio.TRIO.Destroy.

Destroys the instance of a TRIO object.

There is no need to explicitly free a TRIO instance.

If the TRIO object is created with an Owner, then that Owner handles the freeing of the TRIO instance. If the TRIO object is created without an Owner, then it is automatically freed when the reference count on its interface drops to zero.

See Also