FMX.Colors.TBWTrackBar

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TBWTrackBar = class(TBitmapTrackBar)

C++

class PASCALIMPLEMENTATION TBWTrackBar : 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 for the grayscale colors.

The TBWTrackBar class implements a track bar component that is specifically used to select a solid color, from a black-to-white gradient palette.

ColorTrackBars.png

See Also

Code Examples