FMX.Types.DigitRoundSize
Delphi
DigitRoundSize: TRoundToRange = -3;
C++
extern DELPHI_PACKAGE System::Math::TRoundToRange DigitRoundSize;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
The number of decimal digits for the rounding floating point values.
DigitRoundSize is the number of decimal digits (to the right of the decimal point) for the rounding floating point values. DigitRoundSize is used in rounding values of width and height of controls.