Soap.Rio.TRIO.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TRIO(void);

Properties

Type Visibility Source Unit Parent
destructor public
Soap.Rio.pas
Soap.Rio.hpp
Soap.Rio TRIO

Description

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