NegCurrFormat defines the currency format used in floating-point to decimal conversions of negative numbers.
NegCurrFormat: Byte;Byte NegCurrFormat;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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|