RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParser.SourceLine Property

Gives the number of the line currently being parsed.

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

This read only property gives the line number of the current line being parsed. Lines start at 0. The position in the file is determined by the NextToken method. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!