FMX.ScrollBox.TCustomPresentedScrollBox.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 public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox


Beschreibung

Gibt die vertikale Bildlaufleisten-Komponente zurück.

VScrollBar steht nur für die Stildarstellung zur Verfügung. Für die native Darstellung wird null/nil zurückgegeben.

Siehe auch