[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the mouse capture to the specified window.
Source position: winapih.inc line 241
public function TWidgetSet.SetCapture( |
AHandle: HWND |
):HWND; virtual; |
AHandle |
|
The handle of the capturing window. |
The handle of the previous capture window, zero if none.
The window will receive all mouse messages, until capture is released again.
|
Restores normal mouse input processing, after SetCapture. |
Version 4.0 | Generated 2025-05-03 | Home |