FMX.StdCtrls.TCustomTrack.Min
Delphi
property Min: Single read GetMin write SetMin stored MinStored nodefault;
C++
__property float Min = {read=GetMin, write=SetMin, stored=MinStored};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TCustomTrack |
Description
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.