FMX.ListView.Appearances.TCommonObjectAppearance.ActualWidth
Delphi
property ActualWidth: Single read GetActualWidth;
C++
__property float ActualWidth = {read=GetActualWidth};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | TCommonObjectAppearance |
Description
Obtient la largeur réelle de l'objet Apparence. La valeur renvoyée dépend de sa visibilité :
Si Visible = True :
Value of property Width, if it is not zero.
Si Visible = False :
0
Sinon, la valeur de la propriété InternalWidth est renvoyée.