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
ToClipboardRTF (Function)
In french: VersPressePapierRTF
Writes a character string in RTF format into the clipboard.
Remark: The content of the clipboard in RTF can be retrieved by ClipboardRTF.
Example
// Copies the content of the EDT_RTF control into the clipboard in RTF format
ToClipboardRTF(EDT_RTF)
Syntax
<Result> = ToClipboardRTF(<Text or Control in RTF Format>)
<Result>: Boolean
  • True if the text was copied into the clipboard,
  • False otherwise.
<Text or Control in RTF Format>: Character string
RTF text that must be written into the clipboard or name of the control containing the text in RTF.
Component: wd290std.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help