FMX.StdCtrls.TCustomTrack

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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