FMX.ComboTrackBar
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 | fmx.bpl |
|---|
Units
| FMX.ComboTrackBar | Defines special presented combo boxes equipped with track bars. |
| FMX.ComboTrackBar.Style |
Classes
| TComboTrackBar | TComboTrackBar is a special combo box equipped with a track bar. |
| TComboTrackBarModel |
Constants
| MM_DECIMALDIGITS_CHANGED | MM_DECIMALDIGITS_CHANGED: Integer = $171E; |
| MM_VALUERANGE_CHANGED | MM_VALUERANGE_CHANGED: Integer = $1720; |
| MM_VALUETYPE_CHANGED | MM_VALUETYPE_CHANGED: Integer = $171F; |
| PM_CLOSE_DROPDOWN | PM_CLOSE_DROPDOWN: Integer = $1005; |
| PM_COMBOTRACKBAR_USER | PM_COMBOTRACKBAR_USER: Integer = $1008; |
| PM_DROPDOWN | PM_DROPDOWN: Integer = $1004; |