Datasnap.Win.SConnect.TStreamedConnection._Release

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 _Release: Integer; stdcall;

C++

HIDESBASE int __stdcall _Release();

Description

Decrements an internal reference counter.

__Release implements the IUnknown interface method, _Release, by decrementing an internal reference counter. The reference count is increased by calling _AddRef

See Also