FMX.ListView.Appearances.TCommonObjectAppearance.ActualWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActualWidth: Single read GetActualWidth;

C++

__property float ActualWidth = {read=GetActualWidth};

Properties

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

Description

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

If Visible = True:

 Value of property Width, if it is not zero.

If Visible = False:

 0

Value of property InternalWidth otherwise.


See Also