ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
RestartProgram (Function)
Ends the application and restarts it.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
WDInst: set directory for data files and User Groupware files
The setup editor WDInst ("Tools...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
.NET application
To create a.NET application from a project...
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....
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
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
>