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 if the token string value fails to convert to an integer value. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!