ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML (Property)
The HTML property is used to configure the use of HTML content.
The HTML control
The HTML control displays HTML pages or HTML code...
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF 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...
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
HTMLToText (Function)
Converts an HTML string or buffer to text.
The pages
Pages are the main interface of a WEBDEV website...
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
The Static Text control
A Static Text control is a control used to display a static text...
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.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode....
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
HTML constants
The HTML Display control
The HTML Display control displays a web page in an application......
<Html>.Navigate (Function)
Starts navigation in an HTML Display control.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage...
<HTML editor>.Select (Function)
Selects a text fragment in an HTML Editor control.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display...
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
HTML Editor control functions
List of functions for managing HTML Editor controls...
HTML document management functions
List of functions that manipulate HTML documents....
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
<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.
1
2
>