Type of float to return in the buffer for TextToFloat.
Source position: sysstrh.inc line 28
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. |