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.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
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.
HClient structure
The HClient structure is used to......
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Automatic management of exceptions
The management of exceptions can be customized by process......
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.