API:FMX.StdCtrls.TTrack.Min

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Min: Single read GetMin write SetMin stored MinStored;

C++

__property Min;

Properties

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

Description

Specifies the minimum value of this track bar, for the minimum position of the slider.

FMX.StdCtrls.TTrack.Min inherits from FMX.StdCtrls.TCustomTrack.Min. All content below this line refers to FMX.StdCtrls.TCustomTrack.Min.

Specifies the minimum value of this track bar, for the minimum position of the slider.

Use the Min property to set a minimum value down to which the slider of this track bar can go. For instance, if Min is set to 0 (a default value), then attempting to move the slider to the minimum will result in a Value of 0.

See Also