clipboard_is¶
clipboard_is prüft ob das angegebene Format in der Zwischenablage vorhanden ist.
- bool = clipboard_is(iFormat)
- bool = clipboard_is(ssName)
Returnwert
bool ist TRUE (1) wenn iFormat bzw. ssName vorhanden ist und sonst FALSE (0).
Parameter
- iFormat
iFormat ist die Format-Nummer.
- ssName
ssName ist der Formatname.
Beispiel
clipbord_is("cf_unicode")
History
Version |
Beschreibung |
---|---|
5.9 |
Neu. |
Siehe auch
id-1713505