Specifies a TParser integer token.
toInteger = Char(3);
toInteger = Char(3);
toInteger is one of a number of Char values that are used by the TParser. These are tokens, representing the type of information that TParser has found whilst parsing.
toInteger specifies that an integer value has been encountered. The value is available in the TokenInt property. It is also available in its original string form in the TokenString property.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|