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 / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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
The property TextWithoutFormat property is used to retrieve:
  • WINDEV the text contained in a rich edit control (in RTF or HTML format) without HTML or RTF formatting tags.
  • WINDEV the text contained in an HTML Display or Editor control without the HTML formatting tags.
  • WEBDEV - Código ServidorWEBDEV - Código NavegadorPHP the text contained in a rich edit control (in HTML format) without HTML formatting tags.
Ejemplo
// Copy the raw text  to a second edit control
EDT_RawText = EDT_HTMLText.TextWithoutFormat
Sintaxis
<Result> = <Control used>.TextWithoutFormat
<Result>: Character string
Text contained in the edit control without the formatting tags.
Warning If the field is a Unicode field, the string returned is a Unicode string.
<Control used>: Control name
Name of the field to be manipulated:
  • Name of the rich edit control to use.
  • WINDEV HTML Display control.
  • WINDEV HTML Editor control.
Versión mínima requerida
  • Versión 15
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

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