FMX.ScrollBox.TScrollContentSize.Height

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Height: Single read FHeight write SetHeight stored StoreWidthHeight;

C++

__property float Height = {read=FHeight, write=SetHeight, stored=StoreWidthHeight};

Eigenschaften

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


Beschreibung

Höhe des Inhalts.

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

Siehe auch