FMX.ScrollBox.TCustomPresentedScrollBox.HScrollBar

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property HScrollBar: TScrollBar read GetHScrollBar;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox


Beschreibung

Gibt die horizontale Bildlaufleisten-Komponente zurück.

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

Siehe auch