.. highlightlang:: us .. _clipboard_is: clipboard_is ============ .. index:: clipboard_is .. us.tag clipboard_is NOTREADYENGLISH clipboard New590 :ref:`clipboard_is` checks if the given format is in the clipboard. .. function:: bool = clipboard_is(iFormat) bool = clipboard_is(ssName) .. us.return **Return Value** *bool*. .. us.params **Parameters** .. uparam:: iFormat *iFormat* is the format index. .. uparam:: ssName *ssName* is the format name. .. us.example **Example** :: clipbord_is("cf_unicode") .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.9 - New .. seealso:: :ref:`overview-clipboard` :sub:`id-1713505`