ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Clipboard management functions
The following functions are used to manage the clipboard:
ClipboardRetrieves the text or image found in the system clipboard.
ClipboardFormatIdentifies the format of information found in the clipboard.
ClipboardHeightCalculates the height of an image (in bitmap format) found in the clipboard.
ClipboardRTFRetrieves an RTF string from the clipboard (the content of the clipboard is in RTF format).
ClipboardUnicodeReturns the text found in the clipboard in Unicode format.
ClipboardWidthCalculates the width of an image (in bitmap format) found in the clipboard.
ToClipboardWrites text or image information into the system clipboard.
ToClipboardRTFWrites a character string in RTF format into the clipboard.
The following functions can also be used to handle the clipboard:
TableToClipboardCopies the content of a table (TreeView Table, browsing table or memory table) into the clipboard. The table is copied in text format: it is converted into character string and this string is copied into the clipboard.
TwainToClipboardAllows:
  • copy the document coming from the Twain device into the clipboard.
  • view the document coming from the Twain device in the .
Related Examples:
Clipboard Unit examples (WINDEV): Clipboard
[ + ] Handling the Windows clipboard from a WINDEV application:
- Copy a string into the clipboard
- Paste a string found in the clipboard in an edit control
- Copy an image to the clipboard
- Paste an image found in the clipboard in an Image control
- Get information about the content of the clipboard
The Clipboard functions Unit examples (WINDEV Mobile): The Clipboard functions
[ + ] Handling the device clipboard:
- Copy a string into the clipboard
- Paste a string found in the clipboard in an edit control
- Get information about the content of the clipboard
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment