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.
CertificateSignString (Function)
Creates the signature of a character string.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
SQLChangeConnection (Function)
Modifies the current connection.
Peeling Corner control properties
Caption (Property)
The Caption property is used to get and change the text of an element.
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
MapDeleteItinerary (Function)
Deletes an itinerary from a Map control.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
DDERetrieve (Example)
Usage example of the DDERetrieve function
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
BrowserOS (Function)
Indicates the operating system installed on the browser of the Web user.
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
ToastDeleteAll (Function)
Deletes all the toasts displayed by ToastDisplay.
zipNbPart (Example)
Usage example of the zipNbPart function
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
DashMode (Function)
Opens or closes the Dashboard control edit mode.