Data.DBXJSON.TDBXCallback.AddRef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddRef: Integer; virtual;

C++

virtual int __fastcall AddRef(void);

Properties

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

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