System.Classes.TParser.SourceLine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceLine: Integer read FSourceLine;

C++

__property int SourceLine = {read=FSourceLine, nodefault};

Properties

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

Description

Gives the number of the line currently being parsed.

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.

See Also