API:System.JSON.Readers.TJsonTextReader.GetLinePosition
Delphi
function GetLinePosition: Integer; override;
C++
virtual int __fastcall GetLinePosition();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.JSON.Readers.pas System.JSON.Readers.hpp |
System.JSON.Readers | TJsonTextReader |
Description
Returns the current line position.
System.JSON.Readers.TJsonTextReader.GetLinePosition inherits from System.JSON.Types.TJsonLineInfo.GetLinePosition. All content below this line refers to System.JSON.Types.TJsonLineInfo.GetLinePosition.
Returns the current line position.
The GetLinePosition method returns an integer with the current line position.