API:System.JSON.Readers.TJsonTextReader.GetLinePosition
Delphi
function GetLinePosition: Integer; override;
C++
virtual int __fastcall GetLinePosition();
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | public | System.JSON.Readers.pas System.JSON.Readers.hpp |
System.JSON.Readers | TJsonTextReader |
Beschreibung
Gibt die aktuelle Zeilenposition zurück.
System.JSON.Readers.TJsonTextReader.GetLinePosition erbt von System.JSON.Types.TJsonLineInfo.GetLinePosition. Der folgende Inhalt bezieht sich auf System.JSON.Types.TJsonLineInfo.GetLinePosition.
Gibt die aktuelle Zeilenposition zurück.
Die Methode GetLinePosition gibt einen Integerwert mit der aktuellen Zeilenposition zurück.
Siehe auch
- System.JSON.Types.TJsonLineInfo.GetLineNumber
- System.JSON.Types.TJsonLineInfo.HasLineInfo
- System.JSON.Types.TJsonLineInfo.LineNumber
- System.JSON.Types.TJsonLineInfo.LinePosition