FMX.ComboTrackBar.TComboTrackBar.DecimalDigits

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DecimalDigits: Byte read GetDecimalDigits write SetDecimalDigits;

C++

__property System::Byte DecimalDigits = {read=GetDecimalDigits, write=SetDecimalDigits, nodefault};

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.

This property has effect only if the ValueType property is set to Float.

See Also