RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamedConnection._AddRef Method

Increments an internal reference counter.

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

__AddRef implements the IUnknown interface method, _AddRef, by incrementing an internal reference counter. The reference count is decreased by calling _Release

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!