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 THTTPRIO object.

There is no need to explicitly free a THTTPRIO instance.

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

See Also