System.JSON.Readers.TJsonReader.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 TJsonReader

Description

Gets the current line number.

GetLineNumber always returns 0. For an implementation of the method, use TJsonTextReader.

See Also