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

TFPExpressionScanner.TokenType

The type of the current token

Declaration

Source position: fpexprpars.pp line 87

public property TFPExpressionScanner.TokenType : TTokenType
  read FTokenType;

Description

This read-only property returns the type classification of the current token using values from the TTokenType enumeration. It indicates whether the token is an operator, identifier, literal, keyword, or delimiter.

The property is automatically updated when GetToken advances to the next token.


Documentation generated on: Dec 15 2025