ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SCM: Renaming or changing a computer
During the development phase, you may have to work on different computers......
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
CodeEditorDeleteAll (Function)
Deletes the contents of the Code Editor control.
CodeEditorInsert (Function)
Inserts a string in the Code Editor control.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
Asc (Function)
Returns the ASCII code of the specified character.
InJavaMode (Function)
Indicates whether the code is run in Java.
InServiceMode (Function)
Indicates whether the code is run in a service.
InPHPMode (Function)
Indicates whether the code is run in PHP.
Update (Property)
The Update property specifies the updates to be made.
Mouse functions
List of functions for mouse management...
WDSQL, SQL querier: Overview
WDSQL is used to......
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
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)....
2. User-friendly editors in practice
Custom tooltips
Tooltips are very useful for application users......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......