RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSingletonImplementation._AddRef Method

Calls to _AddRef have no effect.

Pascal
function _AddRef: Integer; stdcall;
C++
__fastcall __stdcall int _AddRef();

_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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!