System.SysUtils.TFormatSettings.CurrencyFormat
Delphi
CurrencyFormat: Byte;
C++
System::Byte CurrencyFormat;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| field | public | System.SysUtils.pas System.SysUtils.hpp | System.SysUtils | TFormatSettings | 
Description
Specifies the position and separation of the currency symbol.
CurrencyFormat specifies the currency symbol placement and separation used in floating-point currency values.
Possible values are the following:
| Value | Format | 
|---|---|
| 0 | $1 | 
| 1 | 1$ | 
| 2 | $ 1 | 
| 3 | 1 $ |