ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
14. PHP generation in practice
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
Error 4: A space is required after the ':' character
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
What is an application?
An application is a set of objects (windows, controls, ......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Web Camera control events
The following events appear by default in the WEBDEV code editor:
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Multiline strings
To type character strings over several lines in the code editor...
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
XMLSource (Property)
The XMLSource property is used to get the XML source code.
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...