FMX.ListView.Appearances.TCommonObjectAppearance.ActualWidth

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ActualWidth: Single read GetActualWidth;

C++

__property float ActualWidth = {read=GetActualWidth};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCommonObjectAppearance


Beschreibung

Ruft die tatsächliche Breite des Erscheinungsbildobjekts ab. Der Rückgabewert hängt von dessen Sichtbarkeit (Visibility) ab:

Wenn Visible = True:

 Value of property Width, if it is not zero.

Wenn Visible = False:

 0

Ansonsten Wert der Eigenschaft InternalWidth.


Siehe auch