ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
14. Generation modes
Generation modes...
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
HDeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
Financial functions
List of financial functions...
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine....
FTPSend (Example)
Usage example of the FTPSend function
HInfoServer (Function)
Returns the specified information about the server.
HListConnectedUser (Function)
Lists the users currently connected to one or more files handled by a Client/Server connection....
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
HResetClient (Function)
Initializes the structure for managing the Client computers (HClient structure).
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
HInfoGroup (Function)
Returns information about the specified group of users.
HInfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
HInfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
LanguageToCharset (Function)
Returns the character set corresponding to a language.