Data.DBXJSONReflect.TJSONConverter.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrent: TJSONAncestor;

C++

System::Json::TJSONAncestor* __fastcall GetCurrent();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONConverter

Description

Returns the current JSON value.

The GetCurrent method is used internally to retrieve the current JSON value.

See Also