Vcl.Forms.TCustomForm.VertScrollBar
Delphi
property VertScrollBar stored IsForm;
C++
__property VertScrollBar = {stored=IsForm};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | protected | Vcl.Forms.pas Vcl.Forms.hpp | Vcl.Forms | TCustomForm | 
Description
Represents the vertical scroll bar for the scrolling windowed control.
Vcl.Forms.TCustomForm.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