Open main menu

RAD Studio API Documentation β

Vcl.Forms.TScrollingWinControl.HorzScrollBar

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

Contents

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