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.
ContactAdd (Example)
Usage example of the ContactAdd function
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
XMLDocument (Function)
Creates a new XML document.
zipExtractPath (Example)
Usage example of the zipExtractPath function
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
Copying controls from the report editor
The controls can be copied from the report editor......
RESTSend (Function)
Sends a REST request and waits for the server response.
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
HExtractMemo (Example)
Usage example of the HExtractMemo function
Popup control properties
Error 22: No END statement is associated with this FOR
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
<Image>.DrawRectangleGradient (Function)
Draws a rectangle in an Image control.
zipSplit (Example)
Usage example of the zipSplit function
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
JSONValid (Function)
Checks the validity of a JSON string.
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
FileDisplay (Function)
Displays a file in the browser of Web user.
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...