[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Restricts the visible part of the entire window.
Source position: winapih.inc line 270
public function TWidgetSet.SetWindowRgn( |
hWnd: HWND; |
hRgn: HRGN; |
bRedraw: Boolean |
):LongInt; virtual; |
hWnd |
|
The window handle. |
hRgn |
|
The window region handle. |
bRedraw |
|
True forces a repaint of the window. |
False on failure.
lazarus-ccr.sourceforge.net |