EmptyClip( )

Microsoft Visual FoxPro Foxtools

EmptyClip( )

Empties the Clipboard and frees handles to data in the Clipboard, then assigns ownership of the Clipboard to the window in which the Clipboard is open.

Syntax

EmptyClip( )

Return Type

Logical

Remarks

Almost all Clip functions rely on opening the Clipboard before using the function. You can use _CLIPTEXT to access the contents of the Windows Clipboard.

Note   This function maps to the Windows SDK function that is similarly named. For more information, see the Windows SDK documentation.