ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Variable scope
Variables can be declared anywhere in the code....
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Page templates
WEBDEV allows you to create page templates......
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Error 805: No syntax without parameter
Error 809: The * character cannot be used as mandatory parameter in a function
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
REP files
REP files contain the list of data files handled by the application....
6. Procedures
WEBDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
2. Variables
WEBDEV Tutorial - WLanguage basics Lesson 2 - Variables - 20 min
5. Loops
WEBDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
7. Debugger
WEBDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
8. OOP
WEBDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Code history
The code history is used to......
Error 30: An exception process cannot be declared inside another exception process...
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
Programming overview in C and C++