FMX.StdCtrls.TTrackBar.Max

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Max: Single read GetMax write SetMax stored MaxStored;

C++

__property Max;

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TTrackBar

Description

Specifies the maximum value of this track bar for the maximum position of the slider.

FMX.StdCtrls.TTrackBar.Max inherits from FMX.StdCtrls.TCustomTrack.Max. All content below this line refers to FMX.StdCtrls.TCustomTrack.Max.

Specifies the maximum value of this track bar for the maximum position of the slider.

Use the Max property to set a maximum value up to which the slider of this track bar can go. For instance, if Max is set to 100 (a default value), then attempting to move the slider to the maximum will result in a Value of 100.

See Also