API:System.JSON.Readers.TJsonTextReader.HasLineInfo
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.
System.JSON.Readers.TJsonTextReader.HasLineInfo inherits from System.JSON.Readers.TJsonReader.HasLineInfo. All content below this line refers to System.JSON.Readers.TJsonReader.HasLineInfo.
Returns a boolean value to indicate if the class provides line information.
HasLineInfo always returns False. TJsonReader class does not provide line information.