FMX.ScrollBox.TScrollContentSize.Width

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Width: Single read FWidth write SetWidth stored StoreWidthHeight;

C++

__property float Width = {read=FWidth, write=SetWidth, stored=StoreWidthHeight};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TScrollContentSize


Beschreibung

Breite des Inhalts.

Diese Eigenschaft ist schreibgeschützt, wenn der Wert der Eigenschaft IsReadOnly True ist. Siehe auch SetSizeWithoutChecks.

Siehe auch