ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Environment of code editor
The FOR EACH statement is used to run different types of HFSQL loops......
InJavaMode (Function)
Indicates whether the code is run in Java.
Asc (Function)
Returns the ASCII code of the specified character.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
CodeEditorDeleteAll (Function)
Deletes the contents of the Code Editor control.
CodeEditorInsert (Function)
Inserts a string in the Code Editor control.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
InServiceMode (Function)
Indicates whether the code is run in a service.
InPHPMode (Function)
Indicates whether the code is run in PHP.
Error 2: Incomplete line
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
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.
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
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)....
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 ......
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.