ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project...
Java application and WINDEV
A Java application is an application entirely compiled in Java...
Managing databases in WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application...
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language...
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.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive...
Creating a Java project
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...
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
dbgSaveDebugDump (Function)
Saves a dump file of the application.
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
Reports
A report provides a custom view of data......
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
AAF: 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......
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
Error (Function)
Displays a custom error message in a system error window.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
"?" menu
WINDEV proposes a help menu adapted to your applications......
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
3. Application development cycle
Development cycle of a WINDEV application....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......