RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParser.FloatType Property

Gives the type of floating pointer number.

Pascal
property FloatType: Char;
C++
__property Char FloatType;

This read only property gives the type of floating point number for the current token. If the file value read for this token ends in one of : 'c', 'C', 'd', 'D', 's', 'S', then this is the value returned. Otherwise, #0 is returned. 

 

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