Datasnap.Win.SConnect.TStreamedConnection._Release

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function _Release: Integer; stdcall;

C++

HIDESBASE int __stdcall _Release();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TStreamedConnection

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