ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Clipboard functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
ToClipboardRTF (Function)
In french: VersPressePapierRTF
Writes a character string in RTF into the clipboard.
Note Clipboard contents in RTF format can be retrieved using the ClipboardRTF function.
Example
// Copie le contenu du champ SAI_RTF dans le presse-papiers au format RTF
ToClipboardRTF(SAI_RTF)
Syntax
<Result> = ToClipboardRTF(<Text or Control in RTF Format>)
<Result>: Boolean
  • True if the text was copied to 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: wd300std.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help