System.SysUtils.TFormatSettings.NegCurrFormat
Delphi
NegCurrFormat: Byte;
C++
System::Byte NegCurrFormat;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| field | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TFormatSettings |
Beschreibung
Legt den Format eines Währungsgleikommawertes einschließlich die Position des Währungssymbols fest.
NegCurrFormat legt den Format eines Währungsgleitkommawertes einschließlich die Position des Währungssymbols fest.
Folgende Werte sind möglich:
| Wert | Format |
|---|---|
|
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 $) |