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



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

FormatCurr

Format a currency

Declaration

Source position: line 0

function FormatCurr(

  const Format: String;

  Value: Currency

):String;

function FormatCurr(

  const Format: String;

  Value: Currency;

  const FormatSettings: TFormatSettings

):String;

Description

FormatCurr formats the currency Value according to the formatting rule in Format, and returns the resulting string.

For an explanation of the formatting characters, see FormatFloat.

See also

FormatFloat

  

Format a float according to a certain mask.

FloatToText

  

Return a string representation of a float, with 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