FMX.ASE.Lexer.TAseLexer.TokenFloat
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.