System.JSON.Types.TJsonLineInfo.LinePosition

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property LinePosition: Integer read GetLinePosition;

C++

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

Eigenschaften

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


Beschreibung

Gibt die aktuelle Zeilenposition an.

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

Siehe auch