RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.NegCurrFormat Variable

NegCurrFormat defines the currency format used in floating-point to decimal conversions of negative numbers.

Pascal
NegCurrFormat: Byte;
C++
Byte NegCurrFormat;

SysUtils

Possible values are:

Value 
0  
($1)  
1  
-$1  
2  
$-1  
3  
$1-  
4  
(1$)  
5  
-1$  
6  
1-$  
7  
1$-  
8  
-1 $  
9  
-$ 1  
10  
1 $-  
11  
$ 1-  
12  
$ -1  
13  
1- $  
14  
($ 1)  
15  
(1 $)  

On Windows, the initial value is fetched from LOCALE_INEGCURR. 

 

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