ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Java application and WINDEV
A Java application is an application entirely compiled in Java...
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...
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.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language...
Managing databases in WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application...
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...
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language...
zipDeleteFileList (Function)
Deletes a list of files from an archive.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
HRead (Function)
Reads a record in a file according to a given record number.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
fCreate (Example)
Usage example of the fCreate function
HPrevious (Function)
Positions on the previous file record according to a browse item.
Count (Property)
The Count property returns the number of elements in a given set.
ThreadMode (Function)
Changes the management mode of threads.
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
zipDeleteFile (Function)
Deletes a file from an archive.
fClose (Example)
Usage example of the fClose function
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Comparison operators
The comparison operators can be divided into several categories......
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.