System.JSON.Writers.TJsonWriter.FCurrentPosition

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

FCurrentPosition: TJsonPosition;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
field protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter


Beschreibung

Speichert die aktuellen Positionsinformationen des Writers.

FCurrentPosition enthält einen TJsonPosition-Record-Wert mit den Positionsinformationen des JSON-Token, wie Position, Container-Typ oder Eigenschaftsname.

Siehe auch