Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>isclipbformatavailable()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
IsClipbFormatAvailable()
Determine whether data exists in a specified clipboard format
------------------------------------------------------------------------------

Syntax
IsClipbFormatAvailable( <nFormat> )   -->   lAvailable

Arguments
<nFormat> is an integer specifying a clipboard format.

Returns
A logical TRUE (.T.) is returned if the clipboard contains
data in the specified format.  Otherwise, FALSE (.F.) is
returned.

Description
This function returns the availability of data in a particular
clipboard format.

Example
if IsClipbFormatAvailable( nFmt )
     // process this one
endif


See Also: CloseClipboard() OpenClipboard() RegClipbFormat()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson