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.
HStatDate (Function)
Returns the date of the last update for the index statistics.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
fSeparator (Function)
Returns a file path with normalized separators.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
HStatTime (Function)
Returns the time of the last update for the index statistics.
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HDeleteServerTrigger (Function)
Deletes a server trigger.
HStatNbRec (Function)
Returns the number of entries for a given key item.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
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.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
Seek (Function)
Searches for the index of an element in a WLanguage array.