API:System.JSON.Readers.TJsonTextReader.GetLineNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLineNumber: Integer; override;

C++

virtual int __fastcall GetLineNumber();

Properties

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

Description

Returns the current line number.

System.JSON.Readers.TJsonTextReader.GetLineNumber inherits from System.JSON.Types.TJsonLineInfo.GetLineNumber. All content below this line refers to System.JSON.Types.TJsonLineInfo.GetLineNumber.

Returns the current line number.

The GetLineNumber method returns an integer with the current line number.

See Also