FMX.ListView.Appearances.TCommonObjectAppearance.ActualHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActualHeight: Single read GetActualHeight;

C++

__property float ActualHeight = {read=GetActualHeight};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCommonObjectAppearance

Description

Actual height of the object appearance, which is 0 if the object appearance is not visible, the user-defined height if it is a non-zero value, or the fallback height otherwise.

See Also