FMX.Layouts.TCustomScrollBox.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 protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox


Beschreibung

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

Lesen Sie die schreibgeschützte Eigenschaft HScrollBar zum Ermitteln der horizontalen Bildlaufleiste, die diesem Bildlauffeld zugeordnet ist.

Siehe auch