FMX.ListView.Appearances.TCommonObjectAppearance.ActualHeight
Delphi
property ActualHeight: Single read GetActualHeight;
C++
__property float ActualHeight = {read=GetActualHeight};
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 Höhe des Erscheinungsbildobjekts ab. Der Rückgabewert hängt von dessen Sichtbarkeit (Visibility) ab.
Wenn Visible = True:
Value of property Height.
Wenn Visible = False:
0
Ansonsten wird der Wert der Eigenschaft für die Fallback-Höhe zurückgegeben.