Data.DBXJSONReflect.TJSONConverter.Current

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: protected
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TJSONConverter

Delphi

property Current: TJSONAncestor read GetCurrent;

C++

__property System::Json::TJSONAncestor* Current = {read=GetCurrent};

Description

Specifies the current JSON value.

The Current property specifies the current JSON value.

See Also