FMX.ComboTrackBar.TComboTrackBar

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ComboEdit.TComboEditBaseFMX.Edit.TCustomEditFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTComboTrackBar

Delphi

TComboTrackBar = class(TComboEditBase)

C++

class PASCALIMPLEMENTATION TComboTrackBar : public Fmx::Comboedit::TComboEditBase

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.

ComboTrackBar.png

See Also

Code Examples