FMX.StdCtrls.TTrack

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TCustomTrackFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTTrack

Delphi

TTrack = class(TCustomTrack)

C++

class PASCALIMPLEMENTATION TTrack : public TCustomTrack

Properties

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

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.

See Also

Code Examples