[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the Width and Height of the window.
Source position: winapih.inc line 161
public function TWidgetSet.GetWindowSize( |
Handle: HWND; |
var Width: Integer; |
var Height: Integer |
):Boolean; virtual; |
Handle |
|
The window handle. |
Width |
|
The width. |
Height |
|
The height. |
False on failure.
The size value is the client width and height for forms, or the total combined size for sub-controls.
Version 4.0 | Generated 2025-05-03 | Home |