TParser.SourcePos

Returns the current position in the stream.

Declaration

Source position: classesh.inc line 1821

public 
  function SourcePos : LongInt;

Description

Remark

This is not the character position relative to the current source line, but the byte offset from the beginning of the stream. !!!

Errors

None.

See also

Name Description
TParser.SourceLine Current source line number.