ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
The HTML Display control
The HTML Display control displays a web page in an application......
The HTML control
The HTML control displays HTML pages or HTML code......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
Body (Property)
The Body property is used to identify and modify the HTML body of an HTML Display control or an HTML Editor control.
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
Handling a Web Component control through programming
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
Copying controls from the window editor
The controls can be copied from the window editor......
Copying controls from the report editor
The controls can be copied from the report editor......
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
1
2
3
4
5
6
278
>