StdCtrls.TScrollBar
Contents |
Delphi Information
From StdCtrls.pas
TScrollBar = class(TWinControl)
Unit: StdCtrls
Type: class
Inherited Class Members: StdCtrls.TScrollBar Members
Class Properties: StdCtrls.TScrollBar Properties
Class Methods: StdCtrls.TScrollBar Methods
Class Constructors & Destructors: StdCtrls.TScrollBar Constructors
Class Events: StdCtrls.TScrollBar Events
C++ Information
From StdCtrls.hpp
TScrollBar = class(TWinControl)
Unit: StdCtrls
Type: class
Inherited Class Members: StdCtrls.TScrollBar Members
Class Properties: StdCtrls.TScrollBar Properties
Class Methods: StdCtrls.TScrollBar Methods
Class Constructors & Destructors: StdCtrls.TScrollBar Constructors
Class Events: StdCtrls.TScrollBar Events
Description
TScrollBar is a Windows scroll bar, which is used to scroll the contents of a window, form, or control.
Use TScrollBar to add a free-standing scroll bar to a form. Many controls have properties that add scroll bars which are an integral part of the control (TControlScrollBar objects). TScrollBar allows controls that do not have integrated scroll bars or groupings of controls to be scrolled when the user manipulates the TScrollBar object.
When the bi-directional mode of a scroll bar is changed, its coordinate system is reversed. Position zero in left-to-right mode is the left side, and position zero in right-to-left mode is the right side.