Show: Delphi
C++
Display Preferences
FMX.Types.TControl.AbsoluteWidth
From XE2 API Documentation
Delphi
property AbsoluteWidth: Single read GetAbsoluteWidth;
C++
__property float AbsoluteWidth = {read=GetAbsoluteWidth};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | 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.