TFloatFormat
Formats for the FloatToText function.
Declaration
Source position: sysstrh.inc line 26
Type
TFloatFormat = (ffGeneral,ffExponent,ffFixed,ffNumber,ffCurrency)
Description
TFloatFormat is used to determine how a float value should be formatted in the FloatToText function.
See also
| Name | Description |
|---|---|
| FloatToStrF | Convert a float value to a string using a given format. |
| FloatToText | Return a string representation of a float, with a given format. |