System.JSON.Types.TJsonLineInfo.HasLineInfo
Delphi
function HasLineInfo: Boolean; virtual;
C++
virtual bool __fastcall HasLineInfo();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.JSON.Types.pas System.JSON.Types.hpp |
System.JSON.Types | TJsonLineInfo |
Description
Indicates whether the class can return line information.
HasLineInfo returns True
if the class can return line information.