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...
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
SocketConnect (Function)
Connects a client computer to a given socket.
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
LooperAddLine (Function)
Adds a row at the end of a Looper control.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
The Tab control
The Tab control is used to simultaneously display different controls......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
LoadParameter (Function)
Reads a persistent value.
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
XMLAddAttribute (Function)
Adds an attribute into an XML document.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
SocketCreate (Function)
Creates a socket.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.