ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
"About" window
The "About" window is used to display and access various information about the current application...
"?" menu
WINDEV proposes a help menu adapted to your applications...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
History of versions
The history of setup versions is an advanced feature of the network setup...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
Guide organization
Organization of WINDEV Concepts...
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
geoTrackingDisable (Function)
Disables the tracking of user positions for a WINDEV Mobile application.
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
4. User Groupware
User Groupware...
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
WINDEV: Example of programmed Drag and Drop
1
2
3
4
5
6
306
>