The type of the current token
Source position: fpexprpars.pp line 87
public property TFPExpressionScanner.TokenType : TTokenType |
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.