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

FormatCurr

Format a currency.

Declaration

Source position: sysstrh.inc line 239

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 the Format parameter, and returns the resulting string.

For an explanation of the formatting characters usable in the Format parameter, 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.


Documentation generated on: Jul 24 2023