Data.DBXJSON.TDBXCallback.AddRef

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 AddRef: Integer; virtual;

C++

virtual int __fastcall AddRef();

Description

Manages the reference count.

Override the AddRef method to manage the reference count by increasing with one unit. The method returns the new count.

See Also