_WClear( ) API Library Routine

See Also   Example

Erases the contents of the specified window by changing the content area to the default background color.

Syntax

void _WClear(WHANDLE wh)
WHANDLE wh;            /* Window handle. */

Remarks

The logical cursor position is unchanged.

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.