RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParser.TokenInt Method

Returns a toInteger token as a float.

Pascal
function TokenInt: Int64;
C++
__fastcall Int64 TokenInt();

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

 

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