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 have the ability to enter 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...
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
AppParameter (Function)
Returns information about the mechanism for automatic application update.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
KeyCalcActivationKey (Function)
Calculates the activation key of application from the initial key.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
SysIOSVersion (Function)
Returns information about the iOS version used by the application.
SysAndroidVersion (Function)
Returns information about the Android version used by the application.
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
SysDeviceInfo (Function)
Retrieves information from the mobile device where the application is run
WaitWindowEnd (Function)
Closes the wait window of application opened by WaitWindowStart.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
DownloadList (Function)
Lists the downloads from the current application in the download manager.
gpwLogin (Function)
Connects a user to an application that is using the User Groupware.