.. highlightlang:: us .. _clipboard_is: clipboard_is ============ .. index:: clipboard_is .. us.tag clipboard_is NOTREADYGERMAN clipboard New590 :ref:`clipboard_is` prüft ob das angegebene Format in der Zwischenablage vorhanden ist. .. function:: bool = clipboard_is(iFormat) bool = clipboard_is(ssName) .. us.return **Returnwert** *bool* ist TRUE (1) wenn *iFormat* bzw. *ssName* vorhanden ist und sonst FALSE (0). .. us.params **Parameter** .. uparam:: iFormat *iFormat* ist die Format-Nummer. .. uparam:: ssName *ssName* ist der Formatname. .. us.example **Beispiel** :: clipbord_is("cf_unicode") .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Beschreibung * - 5.9 - Neu. .. seealso:: :ref:`uberblick-zwischenablage` :sub:`id-1713505`