ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming the looper attributes
All the looper attributes can be handled by programming......
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
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.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
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...
Charact (Function)
Returns the character corresponding to the specified ASCII code.
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.
Code statistics
The code statistics affect......
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
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....
Web Camera control events
The following events appear by default in the WEBDEV code editor:
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Compilation options
The compilation options allow you to define the help system generation settings......
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
14. PHP generation in practice