AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones RTF
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Adds a character string (in RTF or not) at the end of content:
  • of RTF edit control,
  • of RTF control in a report (WINDEV report only)
  • of character string containing a text in RTF.
Warning: Regardless of the syntax used, this function is not recommended for use in a thread.
Ejemplo
// Add the content of EDT_EDIT2 at the end of EDT_EDIT1
RTFAdd(EDT_EDIT1, EDT_EDIT2)
// Add "(c) 2003 MyCompany" at the end of EDT_EDIT1
RTFAdd(EDT_EDIT1, "(c) 2003 MyCompany")
Sintaxis

Adding a character string at the end of RTF control Ocultar los detalles

RTFAdd(<RTF control> , <New Character String>)
<RTF control>: Character string
Name of RTF control (RTF edit control in a window, RTF control in a WINDEV report).
<New Character String>: Character string
Character string (in RTF or not) that must be added to the content of the RTF control.

Adding a character string at the end of RTF string Ocultar los detalles

<Result> = RTFAdd(<RTF string> , <New Character String>)
<Result>: Character string
New character string into which the addition was performed. The initial string is not modified.
<RTF string>: Character string
Name of character string containing characters in RTF.
<New Character String>: Character string
String of characters (in RTF format or not) to be added to the RTF string content.
Observaciones
This function controls the RTF management of WIndows. Depending on the Windows version used, a paragraph end may be added at the end of the line.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 28/03/2025

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