API:System.JSON.Readers.TJsonTextReader.GetLinePosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLinePosition: Integer; override;

C++

virtual int __fastcall GetLinePosition(void);

Properties

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

Description

Gets the current line position within a line.

System.JSON.Readers.TJsonTextReader.GetLinePosition inherits from System.JSON.Readers.TJsonReader.GetLinePosition. All content below this line refers to System.JSON.Readers.TJsonReader.GetLinePosition.

Gets the current line position within a line.

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

See Also