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

CurrencyFormat

Format string for currencies.

Declaration

Source position: sysinth.inc line 110

const CurrencyFormat: Byte = 1;

Description

CurrencyFormat is the default format string for positive currencies. It is used by the float formatting routines. This constant is initialized by the initialization routines of the SysUtils unit.

See also

CurrencyDecimals

  

Number of decimals in currency amounts.

NegCurrFormat

  

Format string for negative currencies.

CurrencyString

  

Name of currency.

Format

  

Format a string with given arguments.

FloatToText

  

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