Show: Delphi
C++
Display Preferences
Vcl.Forms.TForm.Width
From XE2 API Documentation
Delphi
property Width;
C++
__property Width;Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TForm |
Description
Specifies the horizontal size of the control or form in pixels.
Vcl.Forms.TForm.Width inherits from Vcl.Controls.TControl.Width. All content below this line refers to Vcl.Controls.TControl.Width.
Specifies the horizontal size of the control or form in pixels.
Use the Width property to read or change the width of the control.
Note: For tab sheet controls, changing this property at run time has no effect.