ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
Multiline strings
To type character strings over several lines in the code editor...
Programming the looper attributes
All the looper attributes can be handled by programming......
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
HTMLEditorExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
Java functions
List of Java functions...
zipMsgError (Function)
Returns the message associated with an error code on an archive.
<Menu>.InsertMenu (Function)
Inserts a menu before another menu in a window.
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
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....
14. PHP generation in practice
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......