System.JSON.Readers.EJsonReaderException.LinePosition
Delphi
property LinePosition: Integer read FLinePosition;
C++
__property int LinePosition = {read=FLinePosition, nodefault};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | System.JSON.Readers.pas System.JSON.Readers.hpp |
System.JSON.Readers | EJsonReaderException |
Description
Position au sein de la ligne du fichier JSON affecté que le lecteur JSON était en train d'analyser quand il a déclenché cette exception.