ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
Error 404: The file for HFSQL browse cannot be an expression of this type
Action Bar control events
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
Warning 127: You are using a data source local to the process
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
<Email variable>.ExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
EmulateCheckBox (Function)
Emulates the selection of an option in a Check Box control.
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Using a query with parameters
A query with parameters can be used......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
<Check box>.Insert (Function)
Inserts a new option into a Check Box control.
<Check box>.Add
Adds a new option into a Check Box control.
ScanSelect (Function)
Opens a standard dialog box with the available scanners.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Camera control in a mobile application
The Camera control is used to......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Using the query result
The result of a select query can be used in......