Data.DBXJSONReflect.TJSONConverter.GetCurrent
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TJSONConverter |
Delphi
function GetCurrent: TJSONAncestor;
C++
System::Json::TJSONAncestor* __fastcall GetCurrent();
Description
Returns the current JSON value.
The GetCurrent method is used internally to retrieve the current JSON value.