ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language...
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.
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...
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
HListConnectedUser (Function)
Lists the users currently connected to one or more files handled by a Client/Server connection....
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
HResetClient (Function)
Initializes the structure for managing the Client computers (HClient structure).
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
fChangeSize (Function)
Resizes an external file.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
HInfoFileRights (Function)
Allows you to find out the rights granted to a user or to a group on an HFSQL Client/Server data file....
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
HStatDate (Function)
Returns the date of the last update for the index statistics.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
1
3
4
5
6
7
238
>