[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Changes the parent of a window.
Source position: winapih.inc line 249
public function TWidgetSet.SetParent( |
hWndChild: HWND; |
hWndParent: HWND |
):HWND; virtual; |
hWndChild |
|
The handle of the child window. |
hWndParent |
|
The handle of the new parent window, zero for the desktop window. |
The handle of the previous parent window, zero if none or failure.
lazarus-ccr.sourceforge.net |