Vcl.Controls.TControl.Width
Delphi
property Width: Integer read FWidth write SetWidth;
C++
__property int Width = {read=FWidth, write=SetWidth, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
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.
See Also
Code Examples