[Overview][Types][Procedures and functions][Variables][Index] |
Retrieves the bounding rectangle of a window, including the window decoration in screen coordinates.
Source position: winapih.inc line 159
function GetWindowRect( |
Handle: HWND; |
var Rect: TRect |
):Integer; |
Retrieves the bounding rectangle of a window, including the window decoration. The coordinates are given relative to the upper-left corner of the screen in screen.
|
Returns the Width and Height of a window, including the window decoration. |
|
|
Changes the size, position, and Z order of a window. |
|
#lcl.Forms.TCustomForm.Width |
||
#lcl.Forms.TCustomForm.Height |
lazarus-ccr.sourceforge.net |