| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Type of float to return in the buffer for TextToFloat.
Source position: sysstrh.inc line 26
| type TFloatValue = ( | ||
| fvExtended, | 
 | Extended value | 
| fvCurrency, | 
 | Currency value | 
| fvSingle, | 
 | Single value | 
| fvReal, | 
 | Real value | 
| fvDouble, | 
 | Double value | 
| fvComp | 
 | Comp value | 
| ); | 
TFloatValue determines which kind of value should be returned in the (untyped) buffer used by the TextToFloat function.
| 
 | Convert a buffer to a float value. |