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.
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
iParameterPDF (Example)
Usage example of the iParameterPDF function
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
Comment (Property)
The Comment property is used to manage comments.
ZOrder (Example)
Usage example of the ZOrder property
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
dCopy (Function)
Copies an image to another image.
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Sliding Banner control properties
The WLanguage properties can be used to handle ......
xlsMsgError (Example)
Usage example of the xlsMsgError function
zipOpenCAB (Example)
Usage example of the zipOpenCAB function
Link (Property)
The Link property is used to get and change the link of an element.
Error 26: No END statement is associated with this THEN
grSunburstStartAngle (Function)
Specifies the starting angle of the first section in a Sunburst chart.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
iCloseReport (Function)
Stops printing the current report immediately.
dCopyImage (Example)
Usage example of the dCopyImage function
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
OutlookStartSession (Example)
Usage example of the OutlookStartSession function
Events associated with Breadcrumb controls
List of events associated with Breadcrumb controls...
PageSubmit (Function)
Validates the specified page and starts the execution of a button.