[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The type of a float token.
Source position: classesh.inc line 1561
Floating point numbers can be postfixed with a character specifying the type of floating point value. When specified, this property holds the character postfixed to the number.
It can be one of the following values:
s or S | Value is a single. |
c or C | Value is a currency. |
d or D | Value is a date. |
If Token isn't toFloat or one of the above characters wasn't specified, FloatType is the null character (zero).
|
Reads the next token and returns its type. |
|
|
The type of the current token. |
|
|
Returns the current token as a float. |
|
|
Value returned by TParser.Token when a floating point value was found in the input stream. |