API:System.JSON.Readers.TJsonTextReader.LinePosition
Delphi
property LinePosition: Integer read GetLinePosition;
C++
__property int LinePosition = {read=GetLinePosition, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.JSON.Readers.pas System.JSON.Readers.hpp |
System.JSON.Readers | TJsonTextReader |
Description
Indicates the current line position.
System.JSON.Readers.TJsonTextReader.LinePosition inherits from System.JSON.Types.TJsonLineInfo.LinePosition. All content below this line refers to System.JSON.Types.TJsonLineInfo.LinePosition.
Indicates the current line position.
The LinePosition property uses the GetLinePosition getter method to indicate the current line position.