Data.DBXJSON.TDBXCallback.Release

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXJSON.pas
Data.DBXJSON.hpp
Unit: Data.DBXJSON
Parent: TDBXCallback

Delphi

function Release: Integer; virtual;

C++

virtual int __fastcall Release();

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