API:System.JSON.Readers.TJsonTextReader.LinePosition

From RAD Studio API Documentation

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. {{#multireplace:System.JSON.Readers.TJsonTextReader.LinePosition|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.JSON.Types.TJsonLineInfo.LinePosition|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.JSON.Types.TJsonLineInfo.LinePosition|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Indicates the current line position.

The LinePosition property uses the GetLinePosition getter method to indicate the current line position.

See Also