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...
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
StatVarianceP (Function)
Calculates the variance for a full series of values.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HSimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
ThreadEnd (Function)
Ends the execution of the current thread.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
HAddUser (Function)
Adds a user to a database.
HToItem (Function)
Assigns the specified value to an item of the current record.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.