Hauptmenü öffnen

RAD Studio API Documentation β

FMX.Layouts.TCustomScrollBox.HScrollBar

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