RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParser.LinePos Property

Gives the position in the line currently being parsed.

Pascal
property LinePos: Integer;
C++
__property int LinePos;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!