Show: Delphi C++
Display Preferences

FMX.Controls.TBitmapTrackBar

From XE3 API Documentation
Jump to: navigation, search

FMX.Controls.TTrackBarFMX.Controls.TCustomTrackFMX.Types.TStyledControlFMX.Types.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TBitmapTrackBar

Delphi

TBitmapTrackBar = class(TTrackBar)

C++

class PASCALIMPLEMENTATION TBitmapTrackBar : public TTrackBar

Properties

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

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

Personal tools
Translations