Data.DBXJSON.TDBXCallback.Release

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Release: Integer; virtual;

C++

virtual int __fastcall Release(void);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXJSON.pas
Data.DBXJSON.hpp
Data.DBXJSON TDBXCallback

Description

Decreases the reference count.

Release is used to decrease the reference count. If the count is zero (or less), the instance destroys itself. The method returns the current count.

See Also