FMX.Types.IAlignableObject.Width
Delphi
property Width: single read GetWidth;
C++
__property float Width = {read=GetWidth};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | IAlignableObject |
Description
Specifies the horizontal size of the control (in pixels).
Implement the GetWidth function to get the value of the Width property.