[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies the horizontal size of the control or form in pixels
Source position: fpg_base.pas line 530
public property TfpgWindowBase.Width : TfpgCoord |
Specifies the horizontal size of the control or form in pixels. Use the Width property to read or change the width of the control. For TfpgTabSheet controls of for controls that have their Align property set to alTop, alBottom or alClient, changing this property at runtime has no effect.
Remark: | fpGUI delays acting on the Top, Left, Width and Height properties of a control until the UpdateWindowPosition method is called. For more information on why this is so, see UpdateWindowPosition help. |
|
Forces fpGUI to act on window position and size properties |