Vcl.Forms.TCustomActiveForm.VertScrollBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VertScrollBar;

C++

__property VertScrollBar;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomActiveForm

Description


Represents the vertical scroll bar for the scrolling windowed control.

Vcl.Forms.TCustomActiveForm.VertScrollBar inherits from Vcl.Forms.TScrollingWinControl.VertScrollBar. All content below this line refers to Vcl.Forms.TScrollingWinControl.VertScrollBar.

Represents the vertical scroll bar for the scrolling windowed control.

Use VertScrollBar to hide, show, or manipulate the vertical scroll bar for the scrolling windowed control.

See Also

Code Examples