FMX.ScrollBox.TScrollContentSize.Height
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.