ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Multilingual project
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......
ServiceStart (Function)
Starts a service.
dDisplay (Function)
Displays the drawing in the Image control.
TableInputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
HTMLUnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
<htmlNode variable>.ChercheElémentParID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML node.
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
<htmlNode variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML node.
<htmlNode variable>.UnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.