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
ClipboardUnicode (Function)
In french: PressePapierUnicode
Returns the text found in the clipboard in Unicode format.
Example
MyText is Unicode string
IF ClipboardFormat(cfUnicodeText) = True THEN
	// The content of the clipboard is copied into the MyText variable
	MyText = ClipboardUnicode() 
END
Syntax
<Result> = ClipboardUnicode()
<Result>: Unicode string
Text in the clipboard.
Component: wd300std.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/25/2024

Send a report | Local help