API:System.JSON.Readers.TJsonReader.HasLineInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasLineInfo: Boolean; override;

C++

virtual bool __fastcall HasLineInfo();

Properties

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

Description

Indicates whether the class can return line information.

System.JSON.Readers.TJsonReader.HasLineInfo inherits from System.JSON.Types.TJsonLineInfo.HasLineInfo. All content below this line refers to System.JSON.Types.TJsonLineInfo.HasLineInfo.

Indicates whether the class can return line information.

HasLineInfo returns True if the class can return line information.

See Also