FMX.Controls.TControl.AbsoluteWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AbsoluteWidth: Single read GetAbsoluteWidth;

C++

__property float AbsoluteWidth = {read=GetAbsoluteWidth};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies the absolute width of the control.

Usually, it has the same values as the Width property. The value can be affected by the transformations applied over the control.

See Also