ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
Copying and cloning
Variables are copied using the "=" operator...
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Events associated with Edit controls
WLanguage events associated with Edit controls...
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
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......
Check: WEBDEV server
The monitoring robot will check the operating mode of WEBDEV server......
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Project portfolio
From version 25, you can create "project portfolios"......
10. Internal component
Internal component...
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
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....
WDInst: handling the files to install
By default, the files to install are......
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
21. Reports
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......