Vcl.StdCtrls.TScrollBar.Min
Delphi
property Min: Integer read FMin write SetMin default 0;
C++
__property int Min = {read=FMin, write=SetMin, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TScrollBar |
Description
Specifies the minimum position represented by the scroll bar.
Set Min to the minimum value the Position property can take. The Min and Max properties define the total range over which Position can vary.
See Also
Code Examples