ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Clipboard functions
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 or TreeView Table control (based on a data file or populated programmatically) to the clipboard. The control content is copied in text format: the content is converted to a string, and the string is copied to the clipboard.
TwainToClipboardAllows:
  • copy the document from the Twain device to the clipboard.
  • view the document from the Twain device in the device's user interface.
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

Last update: 06/22/2023

Send a report | Local help