Scrolls a portion of the contents of a window left or right and up or down.
Syntax
void _WScrollP(WHANDLE wh, Rect r, int dv, int dh)
WHANDLE wh; /* Window handle. */
Rect r; /* Portion to scroll. */
int dv; /* Left or right. */
int dh; /* Up or down. */
Remarks
If both dv and dh are 0, _WScrollP( ) clears the characters inside the rectangle.
For more information on how to create an API library and integrate it with Visual FoxPro, see Chapter 28, Accessing the Visual FoxPro API, in the Programmer's Guide.