System.JSON.Readers.EJsonReaderException.LinePosition

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property LinePosition: Integer read FLinePosition;

C++

__property int LinePosition = {read=FLinePosition, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers EJsonReaderException


Beschreibung

Position in der betroffenen Zeile der betroffenen JSON-Datei, die der JSON-Reader analysiert, wenn eine Exception ausgelöst wird.

Siehe auch