FMX.ComboTrackBar

From RAD Studio API Documentation
Jump to: navigation, search

Defines special presented combo boxes equipped with track bars.

MM_ prefixed constants define IDs of messages that are sent by the TComboTrackBarModel model of the TComboTrackBar control to the TStyledComboTrackBar presentation when values of the model data ValueRange, ValueType, DecimalDigits are changed.

Package fmx270.bpl

Units

FMX.ComboTrackBarDefines special presented combo boxes equipped with track bars.
FMX.ComboTrackBar.Style


Classes

TComboTrackBarTComboTrackBar is a special combo box equipped with a track bar.
TComboTrackBarModel

Constants

MM_DECIMALDIGITS_CHANGEDMM_DECIMALDIGITS_CHANGED: Integer = $1720;
MM_VALUERANGE_CHANGEDMM_VALUERANGE_CHANGED: Integer = $1722;
MM_VALUETYPE_CHANGEDMM_VALUETYPE_CHANGED: Integer = $1721;
PM_CLOSE_DROPDOWNPM_CLOSE_DROPDOWN: Integer = $1005;
PM_COMBOTRACKBAR_USERPM_COMBOTRACKBAR_USER: Integer = $1008;
PM_DROPDOWNPM_DROPDOWN: Integer = $1004;