Vcl.Forms.TScrollingWinControl.HorzScrollBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HorzScrollBar: TControlScrollBar read FHorzScrollBar write SetHorzScrollBar;

C++

__property TControlScrollBar* HorzScrollBar = {read=FHorzScrollBar, write=SetHorzScrollBar};

Properties

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

Description

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