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.
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
<Email variable>.ExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display...
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display...
HTMLEnableDebugger (Function)
Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor...
Body (Property)
The Body property is used to identify and modify the HTML body of an HTML Display control...
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML...
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
HTMLValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
HTMLEditorGetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
IFrame control
IFrame is an HTML concept......
HTMLExecuteControlProcess (Function)
Executes a WLanguage event associated with a control in an HTML page displayed by an HTML Display...
HTMLFindElementByID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document...
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document...
HTMLFindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document...
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor...
SecurityHtml (Property)
The SecurityHtml property is used to get and change the status of the security mechanism of HTML...
ERR_PARSER
HTMLEditorFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images...
HTMLFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Display control. The images...
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
SelectedTextWithTag (Property)
... (RTF or HTML) with HTML or RTF formatting tags.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced...
1
2
3
4
5
6
23
>