FMX.StdCtrls.TScrollBar.Min

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Min: Double read GetMin write SetMin stored MinStored nodefault;

C++

__property double Min = {read=GetMin, write=SetMin, stored=MinStored};

Properties

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

Description

Specifies the minimum value of this scroll bar for the minimum position of the slider.

Use the Min property to set a minimum value down to which the slider of this scroll 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