FMX.StdCtrls.TCustomTrack.Max

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Max: Single read GetMax write SetMax stored MaxStored nodefault;

C++

__property float Max = {read=GetMax, write=SetMax, stored=MaxStored};

Properties

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

Description

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