RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPDOMProcessor._Release Method

Implements the IInterface __Release method.

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

Do not call the protected __Release method directly. __Release is called through the IInterface interface to indicate that another object is through with the TSOAPDOMProcessor object's interface pointer. This allows the TSOAPDOMProcessor object to free itself when it is no longer used (when the reference count goes to zero). 

 

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