ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
SecurityHtml (Property)
The SecurityHtml property is used to get and change the status of the security mechanism of HTML Display and HTML Editor controls.
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
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)......
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
Error 11: The label is unknown
Error 3: The string has no final "
Project description: Project tab
The project description window allows you to configure various elements of your project......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
8. If you are already familiar with WINDEV
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
DrawingAvailable (Function)
Indicates whether the drawing features are supported by the browser.
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Handling the report blocks through programming
Each report block is associated with different events......
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
RootNode (Property)
The RootNode property is used to get the root nodes of an HTML or XML document.