Vcl.Forms.TControlScrollBar

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTControlScrollBar

Delphi

TControlScrollBar = class(TPersistent)

C++

class PASCALIMPLEMENTATION TControlScrollBar : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Description

TControlScrollBar displays a horizontal or vertical scroll bar.

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.

See Also