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