ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<WLanguageCodeFormatting>.Format (Function)
Formats WLanguage code: coloring, normalized rewriting, indentation, translation.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Code Editor control events
Returns the list of applications on a WEBDEV Application Server, for a given account and a given type....
HTMLAfter (Property)
The HTMLAfter property gets and sets the HTML code inserted after the control.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
12. Control templates
...Control templates...
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Entity of a CDM
To group information according the MERISE method, entities must be created......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
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....
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
12. Control templates
WINDEV Mobile allows you to create control templates....
13. 3-Tier architecture
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......