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...
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
zipExtractPath (Function)
Returns the path of a file found in the archive.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
zipClose (Function)
Closes an archive.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Info (Function)
Displays a custom message in a system information window.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
InPHPMode (Function)
Indicates whether the code is run in PHP.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.