Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TFloatValue

Type of float to return in the buffer for TextToFloat.

Declaration

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.

);

Description

TFloatValue determines which kind of value should be returned in the (untyped) buffer used by the TextToFloat function.

See also

TextToFloat

  

Convert a buffer to a float value.


Documentation generated on: Jul 24 2023