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