CloseClip( )

Microsoft Visual FoxPro Foxtools

CloseClip( )

Closes the Clipboard opened previously with OpenClip( ).

Syntax

CloseClip( )

Return Type

Logical

Remarks

The return value reports success (.T.) or failure (.F.) of the command. Almost all Clip functions rely on opening the Clipboard before using the function. _CLIPTEXT can be used 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.