[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Changes the size, position, and Z order of a window.
Source position: winapih.inc line 269
public function TWidgetSet.SetWindowPos( |
hWnd: HWND; |
hWndInsertAfter: HWND; |
X: Integer; |
Y: Integer; |
cx: Integer; |
cy: Integer; |
uFlags: UINT |
):Boolean; virtual; |
hWnd |
|
The window handle. |
hWndInsertAfter |
|
The window handle or Z order position. |
X |
|
The window origin. |
Y |
|
The window origin. |
cx |
|
The window extent. |
cy |
|
The window extent. |
uFlags |
|
General placement flags. |
Zero on failure.
The Z order can be changed to just behind another window, or:
The general placement can be a combination of:
Version 4.0 | Generated 2025-05-03 | Home |