FMX.ListView.Appearances.TCommonObjectAppearance.ActualWidth
Delphi
property ActualWidth: Single read GetActualWidth;
C++
__property float ActualWidth = {read=GetActualWidth};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | TCommonObjectAppearance |
説明
外観オブジェクトの実際の幅を取得します。 返される値は、その見た目によって変わります。
Visible = True の場合:
Value of property Width, if it is not zero.
Visible = False の場合:
0
それ以外の場合、プロパティの InternalWidth の値となります。