RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlScrollBar Class

TControlScrollBar displays a horizontal or vertical scroll bar.

Pascal
TControlScrollBar = class(TPersistent);
C++
class TControlScrollBar : public TPersistent;

Use TControlScrollBar to control the scroll bar in a scrolling windowed control such as TForm or TScrollBox. TControlScrollBar introduces properties that control the size of the scrollable region and the position to which that region is scrolled, and when the scroll bar appears. 

 

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