Show: Delphi
C++
Display Preferences
FMX.Controls.TCustomTrack
From XE3 API Documentation
Delphi
TCustomTrack = class(TStyledControl, IValueRange)
C++
class PASCALIMPLEMENTATION TCustomTrack : public Fmx::Types::TStyledControl
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | FMX.Controls |
Description
Base class for all track bar components.
TCustomTrack is the base class for all track bar components such as TTrackBar.
If you need to create your own custom track bar, then you should derive your component from TCustomTrack, as it already implements functionality for drawing and manipulating the track bar.