System.Classes.TParser.LinePos
Delphi
property LinePos: Integer read GetLinePos;
C++
__property int 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.