API:System.JSON.Readers.TJsonTextReader.HasLineInfo
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 | TJsonTextReader |
Description
Indicates whether the class can return line information.
System.JSON.Readers.TJsonTextReader.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.