System.JSON.Writers.TJsonWriter.FCurrentPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FCurrentPosition: TJsonPosition;

C++

System::Json::Types::TJsonPosition FCurrentPosition;

Properties

Type Visibility Source Unit Parent
field protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter

Description

Stores the current position information of the writer.

FCurrentPosition contains a TJsonPosition record value that has position information of the JSON token, such as position, container type, or property name.

See Also