The current character being processed
Source position: fpexprpars.pp line 90
public property TFPExpressionScanner.CurrentChar : AnsiChar |
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.