[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Changes the parent of a window.
Source position: winapih.inc line 250
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.
Version 4.0 | Generated 2025-05-03 | Home |