FMX.Layouts.TCustomScrollBox.VScrollBar
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.