Show: Delphi
C++
Display Preferences
FMX.Controls.TTrack
From XE3 API Documentation
Delphi
TTrack = class(TCustomTrack)
C++
class PASCALIMPLEMENTATION TTrack : public TCustomTrack
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | FMX.Controls |
Description
Is a TCustomTrack with a set of published properties.
TTrack publishes a set of properties from the TCustomTrack base component, but is not registered to the Tool Palette, so it cannot be added directly to a FireMonkey form.
You can derive your own custom track bar component from TTrack.