Clipboard
These functions are used to work with the Windows clipboard. For using this library, it is required to specify the file clipboard.g (from lib\clipboard subfolder) with include command.
include : $"...\gentee\lib\clipboard\clipboard.g"
| clipboard_gettext | Gets a string from the clipboard. |
| clipboard_settext | Copies a string into the clipboard. |