FMX.ASE.Lexer.TAseLexer.NextToken

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NextToken: TASEToken;

C++

TASEToken __fastcall NextToken(void);

Properties

Type Visibility Source Unit Parent
function public
FMX.ASE.Lexer.pas
FMX.ASE.Lexer.hpp
FMX.ASE.Lexer TAseLexer

Description

Moves to the next token in the file.

NextToken processes the token that follows the current position of the lexer in the .ase file and returns the corresponding TASEToken value.

You can also use Token to get the type of the current token.

See Also