RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParser.TokenFloat Method

Returns a toFloat token as a float.

Pascal
function TokenFloat: Extended;
C++
__fastcall Extended TokenFloat();

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!