help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

TFloatValue

Type of float to return in the buffer for TextToFloat.

Declaration

Source position: sysstrh.inc line 32

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.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505