FMX.ASE.Lexer.TAseLexer.Token

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Token: TASEToken read FToken;

C++

__property TASEToken Token = {read=FToken, nodefault};

Properties

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

Description

Returns the type of the current token.

Token is a read-only property that describes the type of token that was last processed. To move to the following token in the file, use the NextToken method.

See Also