Vcl.ComCtrls.TUpDown.Thousands

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

Delphi

property Thousands: Boolean read FThousands write SetThousands default 1;

C++

__property Thousands = {default=1};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TUpDown

説明

10 進文字列の 3 桁ごとに千単位の区切りを挿入するかどうかを決めます。

Vcl.ComCtrls.TUpDown.Thousands は Vcl.ComCtrls.TCustomUpDown.Thousands を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomUpDown.Thousands を参照しています。

10 進文字列の 3 桁ごとに千単位の区切りを挿入するかどうかを決めます。

Thousands プロパティは,アップダウンコントロールの対象コントロールのテキスト書式を制御できます。Thousands が true の場合,3 桁ごとに区切りが挿入されます。対象コントロールに表示される数値は Position プロパティで指定します。

関連項目