[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the Width and Height of the window.
Source position: winapih.inc line 160
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 is the client width and height for forms or the total size for sub-controls
lazarus-ccr.sourceforge.net |