FMX.StdCtrls.TCustomTrack.Thumb

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Thumb: TThumb read FThumb;

C++

__property TThumb* Thumb = {read=FThumb};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomTrack

Description

The part of a track bar that you move to change the value of the track bar.

The default appearance of the Thumb depends on the platform:

  • Windows: The Thumb is a rectangle.
  • OS X: The Thumb is a circle.
  • iOS: The Thumb is a circle.
  • Android: The Thumb is a circle.

See Also