SysUtils.CurrencyFormat
From RAD Studio VCL Reference
Contents |
Delphi Information
From SysUtils.pas
CurrencyFormat: Byte
Unit: SysUtils
Type: variable
C++ Information
From SysUtils.hpp
unsigned char CurrencyFormat;
Unit: SysUtils
Type: variable
Description
CurrencyFormat defines the currency symbol placement and separation used in floating-point to decimal conversions. Possible values are: 0 = $1 | 1 = 1$ | 2 = $ 1 | 3 = 1 $
On Windows, the initial value is fetched from LOCALE_ICURRENCY.
Code Samples