FMX.ComboTrackBar.TComboTrackBar

Delphi
TComboTrackBar = class(TCustomEditBox)
C++
class PASCALIMPLEMENTATION TComboTrackBar : public Fmx::Editbox::TCustomEditBox
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.ComboTrackBar.pas FMX.ComboTrackBar.hpp |
FMX.ComboTrackBar | FMX.ComboTrackBar |
Description
TComboTrackBar is a special combo box equipped with a track bar.
A TComboTrackBar component is a special combo box that can display only numerical values, and, when in drop-down mode, shows a track bar that can be used to alter the value displayed.