ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Loops
WINDEV Mobile Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
4. Conditional statements
WEBDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
2. Variables
WINDEV Mobile Tutorial - WLanguage basics Lesson 2 - Variables - 20 min
6. Procedures
WINDEV Mobile Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
7. Debugger
WINDEV Mobile Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
4. Conditional statements
WINDEV Mobile Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
3. Dates, arrays and structures
WEBDEV Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Managing the executables (WLanguage functions)
WINDEV, WEBDEV and WINDEV Mobile propose different functions for managing executables from a WINDEV application, from a WINDEV Mobile application or from a WEBDEV site......
Handling a control through programming in a report
All report controls can be handled through programming......
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
3. Dates, arrays and structures
WINDEV Mobile Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......