FMX.ASE.Lexer.TAseLexer.TokenFloat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TokenFloat: Single read GetTokenFloat;

C++

__property float TokenFloat = {read=GetTokenFloat};

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 a float value.

Call TokenFloat to retrieve the current token value as a float number value. An exception will be raised if the token string value fails to convert to a float value.

See Also