ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSetMemo (Function)
Used to modify the management mode of memo items.
SandboxMode (Property)
The SandboxMode property determines if the sandbox mode is used.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
<Source>.SetMemo (Function)
Used to modify the management mode of memo items.
ControlNext (Function)
Returns the name of the next control in input mode.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
HMode (Function)
Changes the mode and the method for locking data files.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
Programming the looper attributes
All the looper attributes can be handled by programming......
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
<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...
4. HFSQL Classic
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
3. Deploying a dynamic WEBDEV site
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....
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......