Vcl.Forms.TForm.HorzScrollBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HorzScrollBar: TControlScrollBar read FHorzScrollBar write SetHorzScrollBar stored IsForm;

C++

__property HorzScrollBar;

Properties

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

Description


Represents the horizontal scroll bar for the scrolling windowed control.

Vcl.Forms.TForm.HorzScrollBar inherits from Vcl.Forms.TScrollingWinControl.HorzScrollBar. All content below this line refers to Vcl.Forms.TScrollingWinControl.HorzScrollBar.

Represents the horizontal scroll bar for the scrolling windowed control.

Use HorzScrollBar to hide, show, or manipulate the horizontal scroll bar for the scrolling windowed control.

See Also

Code Examples