API:System.JSON.Readers.TJsonTextReader.LinePosition

Aus RAD Studio API Documentation

Delphi

property LinePosition: Integer read GetLinePosition;

C++

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

Eigenschaften

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

Beschreibung

Gibt die aktuelle Zeilenposition an. {{#multireplace:System.JSON.Readers.TJsonTextReader.LinePosition|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:System.JSON.Types.TJsonLineInfo.LinePosition|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:System.JSON.Types.TJsonLineInfo.LinePosition|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Gibt die aktuelle Zeilenposition an.

Die Eigenschaft LinePosition verwendet die Getter-Methode GetLinePosition, um die aktuelle Zeilenposition anzugeben.

Siehe auch