API:System.JSON.Readers.TJsonTextReader.LineNumber

From RAD Studio API Documentation

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

Indicates the current line number. {{#multireplace:System.JSON.Readers.TJsonTextReader.LineNumber|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.JSON.Types.TJsonLineInfo.LineNumber|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.JSON.Types.TJsonLineInfo.LineNumber|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Indicates the current line number.

The LineNumber property uses the GetLineNumber getter method to indicate the current line number.

See Also