RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTrackBar.Min Property

Specifies the minimum Position of a TTrackBar.

Pascal
property Min: Integer;
C++
__property int Min;

Use Min to set a lower limit to the value that can be represented using the track bar. A slider indicates the current Position in a range between Min and Max

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!