FMX.ListView.Appearances.TCommonObjectAppearance.ActualHeight

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.


Siehe auch