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

Gets the actual height of the Appearance Object. The returned value depends on its visibility.

If Visible = True:

Value of property Height.

If Visible = False:

0

Otherwise, it returns the value of property fallback height.


See Also