ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
Defining clickable areas
In a page, an Image control can contain clickable areas......
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
5. User Groupware in practice
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
13. Debugger
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
NetServerOption (Function)
Manages the rights of clients on the server (FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV). This function is kept for backward compatibility....
NetRenameFile (Function)
Renames or moves a file located on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server created with WINDEV. This function is kept for backward compatibility....
NetRemoteMessageBox (Function)
Displays a dialog box on the screen of the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Feedback component
The Feedback component is a component provided with WINDEV......
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......