'KCMLGetClipboardLength()

Returns the length of the text (if any) in the Windows clipboard which would be returned by KCMLReadClipboard.

Arguments

The function takes no arguments.

Returns

The number of characters in the clipboard or -1 on failure. An empty clipboard will return 0.

Syntax

The following definition is built into KCML. You do not have to include it in your own code.

$DECLARE 'KCMLGetClipboardLength()

Further Information

IntroducedKCML 5.00
CompatibilityKClient

See Also

KCMLReadClipboard, KCMLWriteClipboard

Index of internal $DECLARE functions