ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Handling a WinForm .Net control through programming
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
8. Optimizing an application
Commands of the external interface
NetDirList (Function)
Lists the directories and the files found: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
Reverse code modeling
The reverse code modeling allows you to view in a graph......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Software license agreement
WINDEV Express license agreement...
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
Example for creating a select query
This help page explains how to create two select queries......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Handling Spreadsheet controls programmatically (in a report)
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....