Soap.SOAPDm.TSoapDataModule._AddRef

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function _AddRef: Integer; stdcall;

C++

HIDESBASE int __stdcall _AddRef();

Properties

Type Visibility Source Unit Parent
function public
Soap.SOAPDm.pas
Soap.SOAPDm.hpp
Soap.SOAPDm TSoapDataModule

Description

Increments the reference count for this data module's interface.

Do not call the __AddRef method directly. This method is called when an application obtains a reference to the SOAP data module's interface pointer. __AddRef increments the RefCount property.

When the caller is through with the interface, it calls _Release. This allows the data module to free itself when it is no longer used (when the reference count goes to zero).

See Also