[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies the vertical size of the control or form in pixels
Source position: fpg_base.pas line 531
public property TfpgWindowBase.Height : TfpgCoord |
Specifies the vertical size of the control or form in pixels. Use the Height property to read or change the height of the control. For TfpgTabSheet controls of for controls that have their Align property set to alLeft, alRight 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 |