RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTrackBar.Max Property

Specifies the maximum Position of a TTrackBar.

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

Use Max to set an upper 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!