FMX.Layouts.TCustomScrollBox.VScrollBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VScrollBar: TScrollBar read GetVScrollBar;

C++

__property Fmx::Stdctrls::TScrollBar* VScrollBar = {read=GetVScrollBar};

Properties

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

Description

Specifies the vertical scroll bar attached to this scroll box.

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

See Also