FMX.Controls.TControl.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Single read GetWidth write SetWidth stored False nodefault;

C++

__property float Width = {read=GetWidth, write=SetWidth, stored=false};

Properties

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

Description

Specifies the horizontal size of the control (in pixels).

Use the Width property to read or change the width of the control.

See Also