FMX.ComboTrackBar.Style.TStyledComboTrackBar.TrackBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TrackBar: TTrackBar read FTrackBar write FTrackBar;

C++

__property Fmx::Stdctrls::TTrackBar* TrackBar = {read=FTrackBar, write=FTrackBar};

Properties

Type Visibility Source Unit Parent
property public
FMX.ComboTrackBar.Style.pas
FMX.ComboTrackBar.Style.hpp
FMX.ComboTrackBar.Style TStyledComboTrackBar

Description

The trackbar that can be used to alter the value displayed.

TrackBar is a TTrackBar object used to alter the Value property of the TrackBar object.

See Also