ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Programming the looper attributes
All the looper attributes can be handled by programming......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
SQL functions: Special case
List of SQL functions: Special case...
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
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.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
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.
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
3. Deploying a dynamic WEBDEV site
18. Order of execution of the code of buttons/links