System.SysUtils.TFormatSettings.NegCurrFormat
Delphi
NegCurrFormat: Byte;
C++
System::Byte NegCurrFormat;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| field | public | System.SysUtils.pas System.SysUtils.hpp  | 
        System.SysUtils | TFormatSettings | 
Description
Specifies the format of a floating-point currency value, including currency symbol position.
NegCurrFormat specifies the format of a floating-point currency value, including currency symbol position.
Possible values are the following:
| Value | 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 $)  |