ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
Figma: Where to find the Figma key
To use Figma import in your product, you need to specify the Figma key in the general options of WINDEV, WEBDEV or WINDEV Mobile....
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
KioskEnable (Function)
Switches the current Android application to kiosk mode.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
Programming overview in C and C++
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
zipOpen (Function)
Opens an existing archive.
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
iPrintImage (Function)
Sends the image file to print to the print buffer.
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....
Variable scope
Variables can be declared anywhere in the code....
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Custom tooltips
Tooltips are very useful for application users......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Input (Function)
Displays a message allowing the user to type an information.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
9. Sharing a project in practice
Sharing a project in practice...
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......