ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Check: WEBDEV server
The monitoring robot will check the operating mode of WEBDEV server......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
Check: Computer connectivity (PING request)
The monitoring robot will perform a ping on the specified IP address......
Check: SMTP connectivity
The monitoring robot will try to connect to an SMTP server......
5. User Groupware in practice
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Project portfolio
From version 25, you can create "project portfolios"......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL Client/Server databases......
WDInst: handling the files to install
By default, the files to install are......
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
10. Internal component
Internal component...
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
21. Reports
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
8. Optimizing an application
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....