Datasnap.Win.SConnect.TStreamedConnection._AddRef
Delphi
function _AddRef: Integer; stdcall;
C++
HIDESBASE int __stdcall _AddRef(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Datasnap.Win.SConnect.pas Datasnap.Win.SConnect.hpp  | 
        Datasnap.Win.SConnect | TStreamedConnection | 
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.