ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Ad Hoc deployment
zipMsgError (Function)
Returns the message associated with an error code on an archive.
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
8. Binding controls to data
A window can display information from......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Web Camera control events
The following events appear by default in the WEBDEV code editor:
3. Application development cycle
Development cycle of a WINDEV application....
14. PHP generation in practice
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
The HTML Display control
The HTML Display control displays a web page in an application......
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
iPrintDiagram (Function)
Prints a diagram from: a Diagram Editor control, a "wddiag" file, a Diagram variable....
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
HTMLEditorExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
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....