[Overview][Types][Procedures and functions][Variables][Index] |
Scrolls the content of a window, by a number of pixels.
Source position: winapih.inc line 346
function ScrollWindow( |
hWnd: HWND; |
XAmount: Integer; |
YAmount: Integer; |
Rect: PRect; |
ClipRect: PRect |
):Boolean; |
XAmount |
|
Horizontal distance (positive to scroll right) |
YAmount |
|
Vertical distance (positive to scroll down) |
Rect |
|
The part of the window, that is to be scrolled. |
ClipRect |
|
Pixels falling outside this rectangle are lost. |
|
lazarus-ccr.sourceforge.net |