ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
DateToInteger (Function)
Converts a date to an integer.
Events associated with Edit controls
WLanguage events associated with Edit controls...
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
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....
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
MySelf (Reserved word)
MySelf is used to handle the current control...
Execute (Function)
Starts the execution of a process through programming.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
12. Pages in practice
EndProgram (Function)
Ends the execution of the current program.
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.