[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Marks a display area for repaint.
Source position: winapih.inc line 174
public function TWidgetSet.InvalidateRect( |
aHandle: HWND; |
ARect: PRect; |
bErase: Boolean |
):Boolean; virtual; |
aHandle |
|
The window handle. |
ARect |
|
The client coordinates of the area. |
bErase |
|
True forces a repaint of the background, before further painting. |
False on failure.
|
Marks a display area for repaint. |
Version 4.0 | Generated 2025-05-03 | Home |