ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

10. UMC: User Macro-Code
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Installing the robot controller
The monitoring robot includes three executables......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
TwoFactorAuthenticationGenerateLink (Function)
Generates a link to register an account in an authentication application. When associated with a Bar Code control, this link will show a QR code that can be scanned in the authentication app installed on the phone.
ODBCSQLCode (Property)
The ODBCCodeSQL property allows you to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
Runtime log
The runtime log is the best way to identify the most used features of an application......
3. Application development cycle
Development cycle of a WINDEV application....
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Generating and receiving a one-time code
In mobile applications, two-factor authentication is a common method used to verify a user's identity......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Code editor: Display options
The code editor proposes several display options......
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
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.