FMX.ScrollBox.TScrollContentSize.Height
Delphi
property Height: Single read FHeight write SetHeight stored StoreWidthHeight;
C++
__property float Height = {read=FHeight, write=SetHeight, stored=StoreWidthHeight};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | published | FMX.ScrollBox.pas FMX.ScrollBox.hpp |
FMX.ScrollBox | TScrollContentSize |
説明
コンテンツの高さです。
このプロパティは、IsReadOnly プロパティの値が True の場合に、読み取り専用となります。
「SetSizeWithoutChecks」も参照してください。