Soap.InvokeRegistry.TInvokableClass._Release

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function _Release: Integer; stdcall;

C++

HIDESBASE int __stdcall _Release();

Properties

Type Visibility Source Unit Parent
function protected
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TInvokableClass

Description

Implements the IInterface _Release method.

Do not call the protected __Release method directly. __Release is called through the IInterface interface to indicate that another object is through with the interfaced object's interface pointer. This allows the interfaced object to free itself when it is no longer used (when the reference count goes to zero).

__Release decrements the RefCount property.

See Also