Open main menu

RAD Studio API Documentation β

System.Generics.Defaults.TSingletonImplementation._Release


Delphi

function _Release: Integer; stdcall;

C++

int __stdcall _Release(void);

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