System.Generics.Defaults.TSingletonImplementation._AddRef

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function _AddRef: Integer; stdcall;

C++

int __stdcall _AddRef();

Properties

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

Description

Calls to _AddRef have no effect.

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

See Also