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 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...
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
HTML Editor control properties
Properties associated with the HTML Editor control....
<HTML Display control>.ExecuteControlProcess (Function)
Executes a WLanguage event associated with a control in an HTML page displayed by an HTML Display...
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
<HTML Display control>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Display control. The images...
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
<HTML Display control>.ControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
<HTML Display control>.ValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
<HTML Display control>.ExecuteBrowserProcedure (Function)
Executes a WLanguage browser procedure in an HTML Display control that displays a page created...
Handling HTML text in an Edit control
...WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls...
<HTML Display control>.OnErrorJS (Function)
Specifies the procedure to call if an error occurs while executing JavaScript code in an HTML...
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
HTML Editor control functions (prefix syntax)
List of functions for managing HTML Editor controls (prefix syntax)...
Functions for managing HTML Display controls (prefix syntax)
List of functions for managing HTML Display controls...
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop...
1
2
3
4
5
6
23
>