ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The HTML control
The HTML control displays HTML pages or HTML code...
Manipulating HTML controls programmatically
WINDEV and WEBDEV allow you to programmatically manipulate HTML controls...
The HTML Edit control: The automation formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable...
HTML document functions
List of functions that manipulate HTML documents.
HTML document functions (prefix syntax)
List of functions that manipulate HTML documents (prefix syntax).
HTML (Property)
The HTML property is used to configure the use of HTML content.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
Print modes of a report
Several print modes are available for a report.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
ExtractStringBetween (Function)
Allows you to:
  • extract a substring between two given separators from a character string.
  • search for substrings between two given separators in a character string.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites...
HTMLToText (Function)
Converts an HTML string or buffer to text.
The pages
Pages are the main interface of a WEBDEV website...
Report viewer: "Export" pane
The "Export" pane in the report viewer allows you to perform the following operations...
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
The Static Text control
A Static Text control is a control used to display a static text...
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
HTMLToRGB (Function)
Converts the HTML color into RGB color.
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<HTML editor>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images...
<HTML editor>.Replace (Function)
Replaces one string with another in an HTML Editor control.
<HTML editor>.GetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
<HTML editor>.GetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
<HTML editor>.Get (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
<HTML editor>.Search (Function)
Searches for a string in an HTML Editor control.
<HTML editor>.Select (Function)
Selects a text fragment in an HTML Editor control.
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
<HTML editor>.FormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
HTML Display control functions
List of functions for managing HTML Display controls...
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
HTML Display control properties
HTML Display control properties...
HTML Editor control properties
Properties associated with the HTML Editor control....
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
1
2
3
4
5
6
40
>