FMX.ListView.Appearances.TCommonObjectAppearance.ActualWidth

提供: RAD Studio API Documentation
移動先: 案内検索

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 の値となります。


関連項目