Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPExpressionScanner.CurrentChar

The current character being processed

Declaration

Source position: fpexprpars.pp line 90

public property TFPExpressionScanner.CurrentChar : AnsiChar
  read GetCurrentChar;

Description

This read-only property returns the character at the current scanning position in the source expression string. It provides access to the character that will be processed next during tokenization.

The property is useful for debugging and for understanding what character the scanner is currently examining. When the scanner reaches the end of the source string, this property may return a null character or end-of-string marker.


Documentation generated on: Dec 15 2025