System.SysUtils.TFormatSettings.NegCurrFormat

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

Delphi

NegCurrFormat: Byte;

C++

System::Byte NegCurrFormat;

プロパティ

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


説明

通貨シンボルの位置などを含む浮動小数点通貨値の形式を示します。

NegCurrFormat は、通貨シンボルの位置などを含む浮動小数点通貨値の形式を示します。

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

形式

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 $)