Data.DBXJSON.TDBXCallback.AddRef
[–] 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.