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;

Forms

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. 

 

HorzScrollBar 

TForm 

TScrollBox 

VertScrollBar 

TScrollBar

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