System.JSON.Readers.TJsonTextReader.HasLineInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasLineInfo: Boolean; override;

C++

virtual bool __fastcall HasLineInfo(void);

Properties

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

Description

Returns a boolean value to indicate if the class can return line information.

HasLineInfo always returns True. TJsonTextReader class provides line information, for example Line Number and Line Position.

See Also