FMX.StdCtrls.TCustomTrack

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomTrack

Delphi

TCustomTrack = class(TPresentedControl, IValueRange)

C++

class PASCALIMPLEMENTATION TCustomTrack : public Fmx::Controls::Presentation::TPresentedControl

Properties

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

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.

See Also