ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// Bouton [Mode Web]
TT_MonDocument.EditionHTML = True
Syntax

Finding out whether a Word Processing control is displayed in optimized mode for HTML editing Hide the details

<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 Hide the details

<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.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help