System.Generics.Defaults.TSingletonImplementation._Release

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function _Release: Integer; stdcall;

C++

int __stdcall _Release();

Properties

Type Visibility Source Unit Parent
function protected
System.Generics.Defaults.pas
System.Generics.Defaults.hpp
System.Generics.Defaults TSingletonImplementation

Description

Calls to _Release have no effect.

_Release is used in the reference counting of interfaces. In TSingletonImplementation, the reference counting has been disabled, thus all calls to _Release have no effect.

See Also