RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.CurrencyFormat Variable

CurrencyFormat defines the currency symbol placement and separation used in floating-point–to–decimal conversions. Possible values are: 0 = $1 | 1 = 1$ | 2 = $ 1 | 3 = 1 $

Pascal
CurrencyFormat: Byte;
C++
Byte CurrencyFormat;

SysUtils

On Windows, the initial value is fetched from LOCALE_ICURRENCY. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!