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 EditionHTML property property allows you to:
  • find out whether a Word Processing control is displayed in optimized mode for HTML editing,
  • modify a Word Processing control to display it (or not) in optimized mode for HTML editing.
Note: If the EditionHTML property is enabled, the DisplayMode property cannot be modified and returns the constant modeWebDisplay.
Ejemplo
// [Web mode] button
WP_MyDocument.HTMLEdit = True
Sintaxis

Finding out whether a Word Processing control is displayed in optimized mode for HTML editing Ocultar los detalles

<Result> = <Word Processing control>.HTMLEdit
<Result>: Boolean
  • True if the Word Processing control is displayed in optimized mode for HTML editing,
  • False otherwise.
<Word Processing control>: Control name
Name of the Word Processing control to use.

Modifying a Word Processing control to display it (or not) in optimized mode for HTML editing Ocultar los detalles

<Word Processing control>.HTMLEdit = <New value>
<Word Processing control>: Control name
Name of the Word Processing control to use.
<New value>: Boolean
  • True if the Word Processing control is displayed in optimized mode for HTML editing,
  • False otherwise.
Versión mínima requerida
  • Versión 23
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