FMX.ASE.Lexer.TAseLexer.TokenInteger

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TokenInteger: Integer read GetTokenInteger;

C++

__property int TokenInteger = {read=GetTokenInteger, nodefault};

Properties

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

Description

Returns the token as an integer value.

Call TokenInteger to retrieve the current token value as an integer number value. An exception will be raised if the token string value fails to convert to an integer value.

See Also