ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CodeEditorCompile (Function)
Compiles the WLanguage code displayed in the Code Editor control and displays any errors.
<Code Editor>.Compile (Function)
Compiles the WLanguage code displayed in the Code Editor control and displays any errors.
Glossary
The glossary lists all the abbreviations used in the code editor......
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Functions for managing the Combinations and Enumerations
iFrame control properties
The iFrame control can be handled in server code and in browser code by the WLanguage properties......
Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min