[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Format a currency
Source position: sysstrh.inc line 234
function FormatCurr( |
const Format: string; |
Value: Currency |
):string; |
const Format: string; |
Value: Currency; |
const FormatSettings: TFormatSettings |
):string; |
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.
|
Format a float according to a certain mask. |
|
|
Return a string representation of a float, with a given format. |