Forms.TScrollingWinControl.VertScrollBar
From RAD Studio VCL Reference
Contents |
Delphi Information
From Forms.pas
property VertScrollBar: TControlScrollBar read FVertScrollBar write SetVertScrollBar;
Unit: Forms
Type: property
Visibility: published
Member Of: TScrollingWinControl
C++ Information
From Forms.hpp
__property Forms::TControlScrollBar * VertScrollBar = {read=FVertScrollBar,write=SetVertScrollBar};
Unit: Forms
Type: property
Visibility: public
Member Of: TScrollingWinControl
Description
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 Samples