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

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

See Also