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
ClipboardRTF (Function)
In french: PressePapierRTF
Retrieves an RTF string from the clipboard (the content of the clipboard is in RTF format).
Remarks:
Example
// Retrieves the content of the clipboard in RTF format
sRTF is string = ClipboardRTF()
IF sRTF = "" THEN
Error()
ELSE
// Pastes the RTF text into the EDT_RTF control
EDT_RTF = sRTF
END
Syntax
<Result> = ClipboardRTF()
<Result>: Character string
  • Character string in RTF. The returned character string can be assigned to an RTF control.
  • Empty string ("") if an error occurred.
Component: wd290std.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help