AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones del portapapeles
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
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local