GetClipFmt( )

Microsoft Visual FoxPro Foxtools

GetClipFmt( )

Retrieves the name of a registered Clipboard format.

Syntax

GetClipFmt(nFormat)

nFormat

Specifies the registered format to retrieve. This argument must not specify any of the predefined clipboard formats.

Return Type

Numeric

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 functions that is similarly named. For more information, see the Windows SDK documentation.