| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Formats for the FloatToText function.
Source position: sysstrh.inc line 25
| type TFloatFormat = ( | ||
| ffGeneral, | 
 | General number format. | 
| ffExponent, | 
 | Scientific format. | 
| ffFixed, | 
 | Fixed point format. | 
| ffNumber, | 
 | Fixed point format with thousand separatord | 
| ffCurrency | 
 | Monetary format. | 
| ); | 
TFloatFormat is used to determine how a float value should be formatted in the FloatToText function.
| 
 | Return a string representation of a float, with a given format. | |
| 
 | Convert a float value to a string using a given format. |