ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating HTML controls programmatically
WINDEV and WEBDEV allow you to programmatically manipulate HTML controls...
HTML (Property)
The HTML property is used to configure the use of HTML content.
The HTML Edit control: The automation formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable...
The HTML control
The HTML control displays HTML pages or HTML code...
HTML document functions (prefix syntax)
List of functions that manipulate HTML documents (prefix syntax).
HTML document functions
List of functions that manipulate HTML documents.
Report viewer: "Export" pane
The "Export" pane in the report viewer allows you to perform the following operations...
HTMLToRGB (Function)
Converts the HTML color into RGB color.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
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......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
<Html>.Navigate (Function)
Starts navigation in an HTML Display control.
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 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
>