FMX.Layouts.TCustomScrollBox.VScrollBar

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property VScrollBar: TScrollBar read GetVScrollBar;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox


Beschreibung

Gibt die vertikale Bildlaufleiste an, die diesem Bildlauffeld zugeordnet ist.

Lesen Sie die schreibgeschützte Eigenschaft VScrollBar zum Ermitteln der vertikalen Bildlaufleiste, die dieser Bildlauffeld-Komponente zugeordnet ist.

Siehe auch