RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScroller.Max Property

Specifies the maximum value the Position property can take.

Pascal
property Max: Longint;
C++
__property Longint Max;

Use Max to set the upper limit of the scrolling range. The Max and Min properties define the range of values over which the scroller can scroll. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!