The text of the current token
Source position: fpexprpars.pp line 86
public property TFPExpressionScanner.Token : AnsiString |
This read-only property provides access to the text content of the token that was most recently extracted by the scanner. For identifiers and literals, this contains the exact text from the expression; for operators and keywords, it contains the recognized symbol or word.
The property is updated automatically when GetToken is called to advance to the next token.