System.SysUtils.TFormatSettings.CurrencyFormat

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

CurrencyFormat: Byte;

C++

System::Byte CurrencyFormat;

プロパティ

種類 可視性 ソース ユニット
field public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TFormatSettings


説明

通貨シンボルの位置と区切りを示します。

CurrencyFormat は浮動小数点の通貨値で使用される、通貨シンボルの位置と区切りを示します。

以下の値を持つことができます:

形式

0

$1

1

1$

2

$ 1

3

1 $