ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
ModbusDisconnect (Function)
Closes the Modbus session.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
WINDEV applications for Linux: Specific features
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Environment of the window editor
The main elements of window editor are as follows:
2. User-friendly editors in practice
User-friendly editors in practice...
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
iVLine (Function)
Prints a vertical line at specified coordinates.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......