System.SysUtils.TFormatSettings.CurrencyFormat
Delphi
CurrencyFormat: Byte;
C++
System::Byte CurrencyFormat;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| field | public | System.SysUtils.pas System.SysUtils.hpp | System.SysUtils | TFormatSettings | 
Beschreibung
Legt die Position und das Trennzeichen des Währungssymbols fest.
CurrencyFormat legt die Position des Währungssymbols und das Trennzeichen fest, die in Währungsgleitkommawerte verwendet werden.
Folgende Werte sind möglich:
| Wert | Format | 
|---|---|
| 0 | $1 | 
| 1 | 1$ | 
| 2 | $ 1 | 
| 3 | 1 $ |