API:System.JSON.Readers.TJsonTextReader.HasLineInfo

From RAD Studio API Documentation

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 provides line information. {{#multireplace:System.JSON.Readers.TJsonTextReader.HasLineInfo|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.JSON.Readers.TJsonReader.HasLineInfo|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.JSON.Readers.TJsonReader.HasLineInfo|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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