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

Description

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

HasLineInfo always returns False. TJsonReader class does not provide line information.

See Also