clipboard_isΒΆ
clipboard_is checks if the given format is in the clipboard.
- bool = clipboard_is(iFormat)
- bool = clipboard_is(ssName)
Return Value
bool.
Parameters
- iFormat
iFormat is the format index.
- ssName
ssName is the format name.
Example
clipbord_is("cf_unicode")
History
Version |
Description |
---|---|
5.9 |
New |
See also
id-1713505