RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.toFloat Constant

Specifies a TParser floating point number token.

Pascal
toFloat = Char(4);
C++
toFloat = Char(4);

toFloat 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.  

toFloat specifies that a floating point number value has been encountered. The value is available in the TokenFloat property. It is also available in its original string form in the TokenString property.

Note: TParser is principally used internally by Delphi to parse DFM (form) source files. It can be used as a more general parser, but only for files similar in format to DFM files.
 

 

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