System.JSON.Writers.TJsonWriter.FCurrentPosition

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

FCurrentPosition: TJsonPosition;

C++

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

Propriétés

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


Description

Stocke les informations de position en cours de l'éditeur.

FCurrentPosition contient une valeur d'enregistrement TJsonPosition qui contient les informations de position du token JSON, comme la position, le type de conteneur ou le nom de propriété.

Voir aussi