Data.DBXJSONReflect.TJSONConverter.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: TJSONAncestor read GetCurrent;

C++

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

Properties

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

Description

Specifies the current JSON value.

The Current property specifies the current JSON value.

See Also