System.JSON.Readers.TJsonTextReader.LinePosition

From RAD Studio API Documentation
Revision as of 12:56, 27 October 2015 by Mariac (talk | contribs) (66774)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Gets the current line position within a line.

LinePosition returns the current line position within the current Line.

See Also