[Overview][Types][Procedures and functions][Variables][Index] |
Changes the size, position, and Z order of a window.
Source position: winapih.inc line 268
function SetWindowPos( |
hWnd: HWND; |
hWndInsertAfter: HWND; |
X: Integer; |
Y: Integer; |
cx: Integer; |
cy: Integer; |
uFlags: UINT |
):Boolean; |
lazarus-ccr.sourceforge.net |