[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Convert a float to a Currency value.
Source position: sysstrh.inc line 154
function FloattoCurr( |
const Value: Extended |
):Currency; |
FloatToCurrconverts the Valuefloating point value to a Currencyvalue. It checks whether Valueis in the valid range of currencies (determined by MinCurrencyand MaxCurrency). If not, an EConvertErrorexception is raised.
If Valueis out of range, an EConvertErrorexception is raised.
|
Conversion error. |
|
|
Try to convert a float value to a currency value and report on success. |
|
|
Minimum Currency value |
|
|
Maximum currency value |