FMX.Layouts.TCustomScrollBox.HScrollBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HScrollBar: TScrollBar read GetHScrollBar;

C++

__property Fmx::Stdctrls::TScrollBar* HScrollBar = {read=GetHScrollBar};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox

Description

Specifies the horizontal scroll bar attached to this scroll box.

Read the HScrollBar read-only property to obtain the horizontal scroll bar object attached to this scroll box component.

See Also