System.Classes.TParser.LinePos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LinePos: NativeInt read GetLinePos;

C++

__property NativeInt LinePos = {read=GetLinePos, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TParser

Description

Gives the position in the line currently being parsed.

This read only property gives the character position in the current line being parsed. The position in the file is determined by the NextToken method.

See Also