System.JSON.Readers.TJsonTextReader.GetLinePosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLinePosition: Integer; override;

C++

virtual int __fastcall GetLinePosition();

Properties

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

Description

Getter method of LinePosition.

See Also