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...
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
Sum (Function)
Calculates the sum of the array elements.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
Archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))
List of archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))...
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
sEvent (Function)
Branches an event on a serial port.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.