RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleServer._Release Method

Decrements the reference count for the calling interface on a object.

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

_Release implements the IUnknown interface method, Release, which decrements the reference count of objects using the OLE server's interface. If the reference count on the interface falls to 0, the server object is freed from memory. 

_Release returns the resulting value of the reference count. 

 

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