System.JSON.Readers.TJsonTextReader.LineNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LineNumber: Integer read GetLineNumber;

C++

__property int LineNumber = {read=GetLineNumber, 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 number.

LineNumber returns the current line number, or 0 if the state of the reader is start and LinePosition is 0, which means that the reader has not started parsing the JSON content.

See Also