API:FMX.Colors.THueTrackBar

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TBitmapTrackBarFMX.StdCtrls.TTrackBarFMX.StdCtrls.TCustomTrackFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectTHueTrackBar

Delphi

THueTrackBar = class(TBitmapTrackBar)

C++

class PASCALIMPLEMENTATION THueTrackBar : public Fmx::Stdctrls::TBitmapTrackBar

Properties

Type Visibility Source Unit Parent
class public
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors FMX.Colors

Description

Represents a track bar similar to that implemented by TTrackBar.

FMX.Colors.THueTrackBar inherits from FMX.StdCtrls.TBitmapTrackBar. All content below this line refers to FMX.StdCtrls.TBitmapTrackBar.

Represents a track bar similar to that implemented by TTrackBar.

TBitmapTrackBar is not registered to the IDE, thus it cannot be dragged and dropped from the tool palette. You can manually instantiate such component, override the constructor, and create a track bar that can display bitmaps.

TBitmapTrackBar is intended for component designers as a base component for other custom track bars.

Use TTrackBar in applications, instead.

See Also