FMX.ComboTrackBar.TComboTrackBar.ValueType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValueType: TNumValueType read GetValueType write SetValueType default TNumValueType.Integer;

C++

__property Fmx::Text::TNumValueType ValueType = {read=GetValueType, write=SetValueType, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ComboTrackBar.pas
FMX.ComboTrackBar.hpp
FMX.ComboTrackBar TComboTrackBar

Description

Specifies the type of the value displayed in the combo box.

Use ValueType to specify if the value in the combo box is an integer or a float value.

See Also