FMX.Types.DigitRoundSize

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

Delphi

DigitRoundSize: TRoundToRange = -3;

C++

extern DELPHI_PACKAGE System::Math::TRoundToRange DigitRoundSize;

プロパティ

種類 可視性 ソース ユニット
variable public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types


説明

丸め浮動小数点値の 10 進桁数です。

DigitRoundSize は、丸め浮動小数点値の(小数点の右側の)10 進桁数です。DigitRoundSize は、コントロールの幅と高さの値を丸める際に使用されます。

関連項目