RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScroller.Position Property

Position is the current position in the scroll range.

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

Read Position to determine the current position the scroller represents. Position is a value between Min and Max. Use an OnClick event handler to notify the object being scrolled when the Position changes. 

 

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