Data.DBXJSONReflect.TJSONConverter.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also