Datasnap.Win.SConnect.TStreamedConnection._AddRef

From RAD Studio API Documentation
Jump to: navigation, search


[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Unit: Datasnap.Win.SConnect
Parent: TStreamedConnection

Delphi

function _AddRef: Integer; stdcall;

C++

HIDESBASE int __stdcall _AddRef();

Description

Increments an internal reference counter.

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

See Also