ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
ClipboardRTF (Function)
In french: PressePapierRTF
Retrieves an RTF string from the clipboard (the content of the clipboard is in RTF).
Remarks:
Example
// Retrieves the content of the clipboard in RTF
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: wd300std.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help