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

TFPExpressionScanner.Token

The text of the current token

Declaration

Source position: fpexprpars.pp line 86

public property TFPExpressionScanner.Token : AnsiString
  read FToken;

Description

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.


Documentation generated on: Dec 15 2025