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
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: wd290std.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help