FMX.StdCtrls.TBitmapTrackBar

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TTrackBarFMX.StdCtrls.TCustomTrackFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTBitmapTrackBar

Delphi

TBitmapTrackBar = class(TTrackBar)

C++

class PASCALIMPLEMENTATION TBitmapTrackBar : public TTrackBar

Properties

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

Description

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