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



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

TFloatFormat

Formats for the FloatToText function.

Declaration

Source position: sysstrh.inc line 31

type TFloatFormat = (

  ffGeneral,

  

General number format.

  ffExponent,

  

Scientific format.

  ffFixed,

  

Fixed point format.

  ffNumber,

  

Fixed point format with thousand separatord

  ffCurrency

  

Monetary format.

);

Description

TFloatFormat is used to determine how a float value should be formatted in the FloatToText function.

See also

FloatToText

  

Return a string representation of a float, with a given format.

FloatToStrF

  

Convert a float value to a string using a given format.

Notes

 No notes exist for this page yet. 





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