System.JSON.Readers.TJsonTextReader.LinePosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LinePosition: Integer read GetLinePosition;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonTextReader

Description

Gets the current line position within a line.

LinePosition returns the current line position within the current Line.

See Also