[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Enables or disables mouse and keyboard input to the specified window or control.
Source position: winapih.inc line 88
public function TWidgetSet.EnableWindow( |
hWnd: HWND; |
bEnable: Boolean |
):Boolean; virtual; |
hWnd |
|
Handle for the window. |
bEnable |
|
True to enable the window, False to disable the window. |
True when the window was disabled before.
Version 4.0 | Generated 2025-05-03 | Home |