System.JSON.Types.TJsonLineInfo.GetLinePosition

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetLinePosition: Integer; virtual;

C++

virtual int __fastcall GetLinePosition();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types TJsonLineInfo


Beschreibung

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