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 SelectedTextWithTag property is used to get or change the text selected in a rich edit control (RTF or HTML) with HTML or RTF formatting tags.
Ejemplo
MyText is string
MyText = EDT_HTML.SelectedTextWithTag
IF Position(MyText, "<A ") > 0 THEN
Message("In link selection")
END
Sintaxis

Retrieving the selected text with the tags Ocultar los detalles

<Text> = <Edit control>.SelectedTextWithTag
<Text>: Character string
Text found in the edit control with the formatting tags.
Warning If the field is a Unicode field, the string returned is a Unicode string.
<Edit control>: Control name
Name of the rich edit control to use.

Modifying the selected text with the tags Ocultar los detalles

<Edit control>.SelectedTextWithTag = <New text>
<Edit control>: Control name
Name of the rich edit control to use.
<New text>: Character string
New text that must be displayed in the edit control with the formatting tags.
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