CLIPUNLOCK Verb - Unlock Clipboard
Syntax
CLIPUNLOCK [ERR=lineref]
Description
For BBj-specific information, see the Clipboard Verbs and Functions.
The CLIPUNLOCK verb (along with the BEGIN, END, RELEASE, START, and STOP verbs), releases the clipboard and makes it available for use by other applications. Windows attempts to convert the clipboard data to other preregistered formats that were not used. The clipboard should be released by an application after use. If another application attempts to access the clipboard before it is released, an !ERROR=92 may be generated. If the clipboard is not locked, Visual PRO/5 either takes a specified ERR= branch or does not issue an error.
|
Parameter |
Description |
|---|---|
|
ERR=lineref |
Branch to be taken if an error occurs during execution. |