FMX.ComboTrackBar.TComboTrackBar.DecimalDigits
Delphi
property DecimalDigits: Integer read GetDecimalDigits write SetDecimalDigits default 3;
C++
__property DecimalDigits = {default=3};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.ComboTrackBar.pas FMX.ComboTrackBar.hpp |
FMX.ComboTrackBar | TComboTrackBar |
Description
Specifies the number of decimal positions of the displayed Value.
FMX.ComboTrackBar.TComboTrackBar.DecimalDigits inherits from FMX.EditBox.TCustomEditBox.DecimalDigits. All content below this line refers to FMX.EditBox.TCustomEditBox.DecimalDigits.
Specifies the number of decimal positions of the displayed Value.
This property has effect only if the ValueType property is set to Float.